Shades of Conifer #AADB59
Tints of Conifer #AADB59
RGB
CMYK
RGB Variations
Color information
#AADB59 (or 0xAADB59) is known color: Conifer. HEX triplet: AA, DB and 59. RGB value is (170,219,89). Sum of RGB (Red+Green+Blue) = 170+219+89=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 219 (85.94% from 255 or 45.82% from 478); Blue value is 89 (35.16% from 255 or 18.62% from 478); Max value from RGB is 219 - color contains mainly: green. Hex color #AADB59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADB59 is #5524A6. Grayscale: #BDBDBD. Windows color (decimal): -5579943 or 5888938. OLE color: 5888938.
HSL color Cylindrical-coordinate representation of color #AADB59: hue angle of 82.62º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AADB59 is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 219 | 89 | - |
| CMYK | 0.22 | 0 | 0.59 | 0.14 |
| HSL | 82.62º | 0.64% | 0.6% | - |
| HSV(B) | 82.62º | 0.59% | 0.86% | - |
| XYZ | 43.71 | 59.93 | 18.72 | - |
| YUV | 189.53 | 71.27 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 219 | 89 | 0.22 | 0 | 0.59 | 0.14 | 82.62 | 0.64 | 0.6 |
| Hex | AA | DB | 59 | 16 | 0 | 3B | E | 53 | 40 | 3C |
| Octal | 252 | 333 | 131 | 26 | 0 | 73 | 16 | 123 | 100 | 74 |
| Binary | 10101010 | 11011011 | 1011001 | 10110 | 0 | 111011 | 1110 | 1010011 | 1000000 | 111100 |
Color Harmonies of #AADB59
Complementary color
Monochromatic Colors of #AADB59
Black with #AADB59
Text Example
Text Example
White with #AADB59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADB59; }
p { color: rgb(170,219,89); }
H1.HeaderClassName
{
color: #AADB59;
}
.AnyTagClassName
{
color: #AADB59;
}
</style>
background-color css
<style>
a { background-color: #AADB59; }
a { background-color: rgb(170,219,89); }
div.DivClassName
{
background-color: #AADB59;
}
.BgClassName
{
background-color: #AADB59;
}
</style>
border-color css
<style>
span { border-color: #AADB59; }
span { border-color: rgb(170,219,89); }
td.TdClassName
{
border-color: #AADB59;
}
.TagClassName
{
border-color: #AADB59;
}
</style>