Shades of Conifer #AAD96A
Tints of Conifer #AAD96A
RGB
CMYK
RGB Variations
Color information
#AAD96A (or 0xAAD96A) is known color: Conifer. HEX triplet: AA, D9 and 6A. RGB value is (170,217,106). Sum of RGB (Red+Green+Blue) = 170+217+106=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 217 (85.16% from 255 or 44.02% from 493); Blue value is 106 (41.80% from 255 or 21.50% from 493); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD96A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD96A is #552695. Grayscale: #BEBEBE. Windows color (decimal): -5580438 or 7002538. OLE color: 7002538.
HSL color Cylindrical-coordinate representation of color #AAD96A: hue angle of 85.41º 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 #AAD96A is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 217 | 106 | - |
| CMYK | 0.22 | 0 | 0.51 | 0.15 |
| HSL | 85.41º | 0.59% | 0.63% | - |
| HSV(B) | 85.41º | 0.51% | 0.85% | - |
| XYZ | 43.99 | 59.21 | 22.75 | - |
| YUV | 190.29 | 80.43 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 217 | 106 | 0.22 | 0 | 0.51 | 0.15 | 85.41 | 0.59 | 0.63 |
| Hex | AA | D9 | 6A | 16 | 0 | 33 | F | 55 | 3B | 3F |
| Octal | 252 | 331 | 152 | 26 | 0 | 63 | 17 | 125 | 73 | 77 |
| Binary | 10101010 | 11011001 | 1101010 | 10110 | 0 | 110011 | 1111 | 1010101 | 111011 | 111111 |
Color Harmonies of #AAD96A
Complementary color
Monochromatic Colors of #AAD96A
Black with #AAD96A
Text Example
Text Example
White with #AAD96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD96A; }
p { color: rgb(170,217,106); }
H1.HeaderClassName
{
color: #AAD96A;
}
.AnyTagClassName
{
color: #AAD96A;
}
</style>
background-color css
<style>
a { background-color: #AAD96A; }
a { background-color: rgb(170,217,106); }
div.DivClassName
{
background-color: #AAD96A;
}
.BgClassName
{
background-color: #AAD96A;
}
</style>
border-color css
<style>
span { border-color: #AAD96A; }
span { border-color: rgb(170,217,106); }
td.TdClassName
{
border-color: #AAD96A;
}
.TagClassName
{
border-color: #AAD96A;
}
</style>