#AAE85B

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

Shades of Conifer #AAE85B

Tints of Conifer #AAE85B

Color information

#AAE85B (or 0xAAE85B) is unknown color: approx Conifer. HEX triplet: AA, E8 and 5B. RGB value is (170,232,91). Sum of RGB (Red+Green+Blue) = 170+232+91=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 232 (91.02% from 255 or 47.06% from 493); Blue value is 91 (35.94% from 255 or 18.46% from 493); Max value from RGB is 232 - color contains mainly: green. Hex color #AAE85B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAE85B is #5517A4. Grayscale: #C5C5C5. Windows color (decimal): -5576613 or 6023338. OLE color: 6023338.

HSL color Cylindrical-coordinate representation of color #AAE85B: hue angle of 86.38º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AAE85B is Cyan = 0.27, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB17023291-
CMYK0.2700.610.09
HSL86.38º75.4%63.33%-
HSV(B)86.38º60.78%90.98%-
XYZ47.3267.0120.34-
YUV197.3967.96108.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.48%
GREEN value IS 232 (91.02% from 255) = 47.06%
BLUE value IS 91 (35.94% from 255) = 18.46%
R=34.48%
G=47.06%
B=18.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal170232910.2700.610.0986.3875.463.33
HexAAE85B1B03D9564b3f
Octal252350133330751112611377
Binary10101010111010001011011110110111101100110101101001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE85B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE85B; }

 p { color: rgb(170,232,91); }

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

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

 a { background-color: rgb(170,232,91); }

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

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

 span { border-color: rgb(170,232,91); }

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