Shades of Conifer #AAD967
Tints of Conifer #AAD967
RGB
CMYK
RGB Variations
Color information
#AAD967 (or 0xAAD967) is known color: Conifer. HEX triplet: AA, D9 and 67. RGB value is (170,217,103). Sum of RGB (Red+Green+Blue) = 170+217+103=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 217 (85.16% from 255 or 44.29% from 490); Blue value is 103 (40.62% from 255 or 21.02% from 490); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD967 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD967 is #552698. Grayscale: #BEBEBE. Windows color (decimal): -5580441 or 6805930. OLE color: 6805930.
HSL color Cylindrical-coordinate representation of color #AAD967: hue angle of 84.74º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AAD967 is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 217 | 103 | - |
| CMYK | 0.22 | 0 | 0.53 | 0.15 |
| HSL | 84.74º | 0.6% | 0.63% | - |
| HSV(B) | 84.74º | 0.53% | 0.85% | - |
| XYZ | 43.84 | 59.15 | 21.94 | - |
| YUV | 189.95 | 78.93 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 217 | 103 | 0.22 | 0 | 0.53 | 0.15 | 84.74 | 0.6 | 0.63 |
| Hex | AA | D9 | 67 | 16 | 0 | 35 | F | 55 | 3C | 3F |
| Octal | 252 | 331 | 147 | 26 | 0 | 65 | 17 | 125 | 74 | 77 |
| Binary | 10101010 | 11011001 | 1100111 | 10110 | 0 | 110101 | 1111 | 1010101 | 111100 | 111111 |
Color Harmonies of #AAD967
Complementary color
Monochromatic Colors of #AAD967
Black with #AAD967
Text Example
Text Example
White with #AAD967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD967; }
p { color: rgb(170,217,103); }
H1.HeaderClassName
{
color: #AAD967;
}
.AnyTagClassName
{
color: #AAD967;
}
</style>
background-color css
<style>
a { background-color: #AAD967; }
a { background-color: rgb(170,217,103); }
div.DivClassName
{
background-color: #AAD967;
}
.BgClassName
{
background-color: #AAD967;
}
</style>
border-color css
<style>
span { border-color: #AAD967; }
span { border-color: rgb(170,217,103); }
td.TdClassName
{
border-color: #AAD967;
}
.TagClassName
{
border-color: #AAD967;
}
</style>