#AAD859

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

Shades of Conifer #AAD859

Tints of Conifer #AAD859

Color information

#AAD859 (or 0xAAD859) is unknown color: approx Conifer. HEX triplet: AA, D8 and 59. RGB value is (170,216,89). Sum of RGB (Red+Green+Blue) = 170+216+89=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 216 (84.77% from 255 or 45.47% from 475); Blue value is 89 (35.16% from 255 or 18.74% from 475); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD859 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD859 is #5527A6. Grayscale: #BCBCBC. Windows color (decimal): -5580711 or 5888170. OLE color: 5888170.

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

Color convert

RGB17021689-
CMYK0.2100.590.15
HSL81.73º61.95%59.8%-
HSV(B)81.73º58.8%84.71%-
XYZ42.9458.3818.46-
YUV187.7772.26115.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.79%
GREEN value IS 216 (84.77% from 255) = 45.47%
BLUE value IS 89 (35.16% from 255) = 18.74%
R=35.79%
G=45.47%
B=18.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal170216890.2100.590.1581.7361.9559.8
HexAAD8591503BF523e3c
Octal25233013125073171227674
Binary1010101011011000101100110101011101111111010010111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD859; }

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

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

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

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

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

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

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

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