#AEE45D

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

Shades of Conifer #AEE45D

Tints of Conifer #AEE45D

Color information

#AEE45D (or 0xAEE45D) is unknown color: approx Conifer. HEX triplet: AE, E4 and 5D. RGB value is (174,228,93). Sum of RGB (Red+Green+Blue) = 174+228+93=495 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.15% from 495); Green value is 228 (89.45% from 255 or 46.06% from 495); Blue value is 93 (36.72% from 255 or 18.79% from 495); Max value from RGB is 228 - color contains mainly: green. Hex color #AEE45D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEE45D is #511BA2. Grayscale: #C4C4C4. Windows color (decimal): -5315491 or 6153390. OLE color: 6153390.

HSL color Cylindrical-coordinate representation of color #AEE45D: hue angle of 84º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AEE45D is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB17422893-
CMYK0.2400.590.11
HSL84º71.43%62.94%-
HSV(B)84º59.21%89.41%-
XYZ47.1765.2820.47-
YUV196.4669.61111.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.15%
GREEN value IS 228 (89.45% from 255) = 46.06%
BLUE value IS 93 (36.72% from 255) = 18.79%
R=35.15%
G=46.06%
B=18.79%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal174228930.2400.590.118471.4362.94
HexAEE45D1803BB54473f
Octal256344135300731312410777
Binary10101110111001001011101110000111011101110101001000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE45D; }

 p { color: rgb(174,228,93); }

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

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

 a { background-color: rgb(174,228,93); }

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

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

 span { border-color: rgb(174,228,93); }

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