Shades of Conifer #AAD955
Tints of Conifer #AAD955
RGB
CMYK
RGB Variations
Color information
#AAD955 (or 0xAAD955) is known color: Conifer. HEX triplet: AA, D9 and 55. RGB value is (170,217,85). Sum of RGB (Red+Green+Blue) = 170+217+85=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 217 (85.16% from 255 or 45.97% from 472); Blue value is 85 (33.59% from 255 or 18.01% from 472); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD955 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD955 is #5526AA. Grayscale: #BCBCBC. Windows color (decimal): -5580459 or 5626282. OLE color: 5626282.
HSL color Cylindrical-coordinate representation of color #AAD955: hue angle of 81.36º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AAD955 is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 217 | 85 | - |
| CMYK | 0.22 | 0 | 0.61 | 0.15 |
| HSL | 81.36º | 0.63% | 0.59% | - |
| HSV(B) | 81.36º | 0.61% | 0.85% | - |
| XYZ | 43.03 | 58.83 | 17.68 | - |
| YUV | 187.9 | 69.93 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 217 | 85 | 0.22 | 0 | 0.61 | 0.15 | 81.36 | 0.63 | 0.59 |
| Hex | AA | D9 | 55 | 16 | 0 | 3D | F | 51 | 3F | 3B |
| Octal | 252 | 331 | 125 | 26 | 0 | 75 | 17 | 121 | 77 | 73 |
| Binary | 10101010 | 11011001 | 1010101 | 10110 | 0 | 111101 | 1111 | 1010001 | 111111 | 111011 |
Color Harmonies of #AAD955
Complementary color
Monochromatic Colors of #AAD955
Black with #AAD955
Text Example
Text Example
White with #AAD955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD955; }
p { color: rgb(170,217,85); }
H1.HeaderClassName
{
color: #AAD955;
}
.AnyTagClassName
{
color: #AAD955;
}
</style>
background-color css
<style>
a { background-color: #AAD955; }
a { background-color: rgb(170,217,85); }
div.DivClassName
{
background-color: #AAD955;
}
.BgClassName
{
background-color: #AAD955;
}
</style>
border-color css
<style>
span { border-color: #AAD955; }
span { border-color: rgb(170,217,85); }
td.TdClassName
{
border-color: #AAD955;
}
.TagClassName
{
border-color: #AAD955;
}
</style>