#AEE53F

Color #AEE53F Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #AEE53F

Tints of Conifer #AEE53F

Color information

#AEE53F (or 0xAEE53F) is unknown color: approx Conifer. HEX triplet: AE, E5 and 3F. RGB value is (174,229,63). Sum of RGB (Red+Green+Blue) = 174+229+63=466 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.34% from 466); Green value is 229 (89.84% from 255 or 49.14% from 466); Blue value is 63 (25% from 255 or 13.52% from 466); Max value from RGB is 229 - color contains mainly: green. Hex color #AEE53F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEE53F is #511AC0. Grayscale: #C2C2C2. Windows color (decimal): -5315265 or 4187566. OLE color: 4187566.

HSL color Cylindrical-coordinate representation of color #AEE53F: hue angle of 79.88º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AEE53F is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB17422963-
CMYK0.2400.720.10
HSL79.88º76.15%57.25%-
HSV(B)79.88º72.49%89.8%-
XYZ46.3765.414.88-
YUV193.6354.28114-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 174 (68.36% from 255) = 37.34%
GREEN value IS 229 (89.84% from 255) = 49.14%
BLUE value IS 63 (25% from 255) = 13.52%
R=37.34%
G=49.14%
B=13.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal174229630.2400.720.1079.8876.1557.25
HexAEE53F18048A504c39
Octal256345773001101212011471
Binary10101110111001011111111100001001000101010100001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE53F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE53F; }

 p { color: rgb(174,229,63); }

 H1.HeaderClassName
 {
   color: #AEE53F;
 }
 .AnyTagClassName
 {
   color: #AEE53F;
 }
</style>
background-color css

<style>
 a { background-color: #AEE53F; }

 a { background-color: rgb(174,229,63); }

 div.DivClassName
 {
   background-color: #AEE53F;
 }
 .BgClassName
 {
   background-color: #AEE53F;
 }
</style>
border-color css

<style>
 span { border-color: #AEE53F; }

 span { border-color: rgb(174,229,63); }

 td.TdClassName
 {
   border-color: #AEE53F;
 }
 .TagClassName
 {
   border-color: #AEE53F;
 }
</style>