Shades of Conifer #AAD259
Tints of Conifer #AAD259
RGB
CMYK
RGB Variations
Color information
#AAD259 (or 0xAAD259) is known color: Conifer. HEX triplet: AA, D2 and 59. RGB value is (170,210,89). Sum of RGB (Red+Green+Blue) = 170+210+89=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 210 (82.42% from 255 or 44.78% from 469); Blue value is 89 (35.16% from 255 or 18.98% from 469); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD259 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD259 is #552DA6. Grayscale: #B8B8B8. Windows color (decimal): -5582247 or 5886634. OLE color: 5886634.
HSL color Cylindrical-coordinate representation of color #AAD259: hue angle of 79.83º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AAD259 is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 210 | 89 | - |
| CMYK | 0.19 | 0 | 0.58 | 0.18 |
| HSL | 79.83º | 0.57% | 0.59% | - |
| HSV(B) | 79.83º | 0.58% | 0.82% | - |
| XYZ | 41.43 | 55.36 | 17.95 | - |
| YUV | 184.25 | 74.25 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 210 | 89 | 0.19 | 0 | 0.58 | 0.18 | 79.83 | 0.57 | 0.59 |
| Hex | AA | D2 | 59 | 13 | 0 | 3A | 12 | 50 | 39 | 3B |
| Octal | 252 | 322 | 131 | 23 | 0 | 72 | 22 | 120 | 71 | 73 |
| Binary | 10101010 | 11010010 | 1011001 | 10011 | 0 | 111010 | 10010 | 1010000 | 111001 | 111011 |
Color Harmonies of #AAD259
Complementary color
Monochromatic Colors of #AAD259
Black with #AAD259
Text Example
Text Example
White with #AAD259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD259; }
p { color: rgb(170,210,89); }
H1.HeaderClassName
{
color: #AAD259;
}
.AnyTagClassName
{
color: #AAD259;
}
</style>
background-color css
<style>
a { background-color: #AAD259; }
a { background-color: rgb(170,210,89); }
div.DivClassName
{
background-color: #AAD259;
}
.BgClassName
{
background-color: #AAD259;
}
</style>
border-color css
<style>
span { border-color: #AAD259; }
span { border-color: rgb(170,210,89); }
td.TdClassName
{
border-color: #AAD259;
}
.TagClassName
{
border-color: #AAD259;
}
</style>