#AAF56A

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

Shades of Conifer #AAF56A

Tints of Conifer #AAF56A

Color information

#AAF56A (or 0xAAF56A) is unknown color: approx Conifer. HEX triplet: AA, F5 and 6A. RGB value is (170,245,106). Sum of RGB (Red+Green+Blue) = 170+245+106=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 245 (96.09% from 255 or 47.02% from 521); Blue value is 106 (41.80% from 255 or 20.35% from 521); Max value from RGB is 245 - color contains mainly: green. Hex color #AAF56A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF56A is #550A95. Grayscale: #CFCFCF. Windows color (decimal): -5573270 or 7009706. OLE color: 7009706.

HSL color Cylindrical-coordinate representation of color #AAF56A: hue angle of 92.37º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AAF56A is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB170245106-
CMYK0.3100.570.04
HSL92.37º87.42%68.82%-
HSV(B)92.37º56.73%96.08%-
XYZ51.8374.8925.36-
YUV206.7371.15101.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.63%
GREEN value IS 245 (96.09% from 255) = 47.02%
BLUE value IS 106 (41.80% from 255) = 20.35%
R=32.63%
G=47.02%
B=20.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1702451060.3100.570.0492.3787.4268.82
HexAAF56A1F03945c5745
Octal252365152370714134127105
Binary10101010111101011101010111110111001100101110010101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF56A; }

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

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

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

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

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

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

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

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