#AAD86A

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

Shades of Conifer #AAD86A

Tints of Conifer #AAD86A

Color information

#AAD86A (or 0xAAD86A) is unknown color: approx Conifer. HEX triplet: AA, D8 and 6A. RGB value is (170,216,106). Sum of RGB (Red+Green+Blue) = 170+216+106=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 216 (84.77% from 255 or 43.90% from 492); Blue value is 106 (41.80% from 255 or 21.54% from 492); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD86A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD86A is #552795. Grayscale: #BEBEBE. Windows color (decimal): -5580694 or 7002282. OLE color: 7002282.

HSL color Cylindrical-coordinate representation of color #AAD86A: hue angle of 85.09º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AAD86A is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB170216106-
CMYK0.2100.510.15
HSL85.09º58.51%63.14%-
HSV(B)85.09º50.93%84.71%-
XYZ43.7358.722.66-
YUV189.7180.76113.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.55%
GREEN value IS 216 (84.77% from 255) = 43.90%
BLUE value IS 106 (41.80% from 255) = 21.54%
R=34.55%
G=43.90%
B=21.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1702161060.2100.510.1585.0958.5163.14
HexAAD86A15033F553b3f
Octal25233015225063171257377
Binary1010101011011000110101010101011001111111010101111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD86A; }

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

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

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

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

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

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

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

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