#AAE45D

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

Shades of Conifer #AAE45D

Tints of Conifer #AAE45D

Color information

#AAE45D (or 0xAAE45D) is unknown color: approx Conifer. HEX triplet: AA, E4 and 5D. RGB value is (170,228,93). Sum of RGB (Red+Green+Blue) = 170+228+93=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 228 (89.45% from 255 or 46.44% from 491); Blue value is 93 (36.72% from 255 or 18.94% from 491); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE45D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE45D is #551BA2. Grayscale: #C3C3C3. Windows color (decimal): -5577635 or 6153386. OLE color: 6153386.

HSL color Cylindrical-coordinate representation of color #AAE45D: hue angle of 85.78º 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 #AAE45D is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB17022893-
CMYK0.2500.590.11
HSL85.78º71.43%62.94%-
HSV(B)85.78º59.21%89.41%-
XYZ46.364.8220.43-
YUV195.2770.28109.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.62%
GREEN value IS 228 (89.45% from 255) = 46.44%
BLUE value IS 93 (36.72% from 255) = 18.94%
R=34.62%
G=46.44%
B=18.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal170228930.2500.590.1185.7871.4362.94
HexAAE45D1903BB56473f
Octal252344135310731312610777
Binary10101010111001001011101110010111011101110101101000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE45D; }

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

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

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

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

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

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

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

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