Shades of Conifer #AADB60
Tints of Conifer #AADB60
RGB
CMYK
RGB Variations
Color information
#AADB60 (or 0xAADB60) is known color: Conifer. HEX triplet: AA, DB and 60. RGB value is (170,219,96). Sum of RGB (Red+Green+Blue) = 170+219+96=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 96 (37.89% from 255 or 19.79% from 485); Max value from RGB is 219 - color contains mainly: green. Hex color #AADB60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADB60 is #55249F. Grayscale: #BEBEBE. Windows color (decimal): -5579936 or 6347690. OLE color: 6347690.
HSL color Cylindrical-coordinate representation of color #AADB60: hue angle of 83.9º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AADB60 is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 219 | 96 | - |
| CMYK | 0.22 | 0 | 0.56 | 0.14 |
| HSL | 83.9º | 0.63% | 0.62% | - |
| HSV(B) | 83.9º | 0.56% | 0.86% | - |
| XYZ | 44.02 | 60.05 | 20.34 | - |
| YUV | 190.33 | 74.77 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 219 | 96 | 0.22 | 0 | 0.56 | 0.14 | 83.9 | 0.63 | 0.62 |
| Hex | AA | DB | 60 | 16 | 0 | 38 | E | 54 | 3F | 3E |
| Octal | 252 | 333 | 140 | 26 | 0 | 70 | 16 | 124 | 77 | 76 |
| Binary | 10101010 | 11011011 | 1100000 | 10110 | 0 | 111000 | 1110 | 1010100 | 111111 | 111110 |
Color Harmonies of #AADB60
Complementary color
Monochromatic Colors of #AADB60
Black with #AADB60
Text Example
Text Example
White with #AADB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADB60; }
p { color: rgb(170,219,96); }
H1.HeaderClassName
{
color: #AADB60;
}
.AnyTagClassName
{
color: #AADB60;
}
</style>
background-color css
<style>
a { background-color: #AADB60; }
a { background-color: rgb(170,219,96); }
div.DivClassName
{
background-color: #AADB60;
}
.BgClassName
{
background-color: #AADB60;
}
</style>
border-color css
<style>
span { border-color: #AADB60; }
span { border-color: rgb(170,219,96); }
td.TdClassName
{
border-color: #AADB60;
}
.TagClassName
{
border-color: #AADB60;
}
</style>