#AAE56A

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

Shades of Conifer #AAE56A

Tints of Conifer #AAE56A

Color information

#AAE56A (or 0xAAE56A) is unknown color: approx Conifer. HEX triplet: AA, E5 and 6A. RGB value is (170,229,106). Sum of RGB (Red+Green+Blue) = 170+229+106=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 229 (89.84% from 255 or 45.35% from 505); Blue value is 106 (41.80% from 255 or 20.99% from 505); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE56A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE56A is #551A95. Grayscale: #C5C5C5. Windows color (decimal): -5577366 or 7005610. OLE color: 7005610.

HSL color Cylindrical-coordinate representation of color #AAE56A: hue angle of 88.78º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AAE56A is Cyan = 0.26, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.10.

Color convert

RGB170229106-
CMYK0.2600.540.10
HSL88.78º70.29%65.69%-
HSV(B)88.78º53.71%89.8%-
XYZ47.265.6323.81-
YUV197.3476.45108.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.66%
GREEN value IS 229 (89.84% from 255) = 45.35%
BLUE value IS 106 (41.80% from 255) = 20.99%
R=33.66%
G=45.35%
B=20.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1702291060.2600.540.1088.7870.2965.69
HexAAE56A1A036A594642
Octal2523451523206612131106102
Binary101010101110010111010101101001101101010101100110001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE56A; }

 p { color: rgb(170,229,106); }

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

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

 a { background-color: rgb(170,229,106); }

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

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

 span { border-color: rgb(170,229,106); }

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