Shades of Conifer #AAD951
Tints of Conifer #AAD951
RGB
CMYK
RGB Variations
Color information
#AAD951 (or 0xAAD951) is known color: Conifer. HEX triplet: AA, D9 and 51. RGB value is (170,217,81). Sum of RGB (Red+Green+Blue) = 170+217+81=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 217 (85.16% from 255 or 46.37% from 468); Blue value is 81 (32.03% from 255 or 17.31% from 468); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD951 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD951 is #5526AE. Grayscale: #BBBBBB. Windows color (decimal): -5580463 or 5364138. OLE color: 5364138.
HSL color Cylindrical-coordinate representation of color #AAD951: hue angle of 80.74º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AAD951 is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 217 | 81 | - |
| CMYK | 0.22 | 0 | 0.63 | 0.15 |
| HSL | 80.74º | 0.64% | 0.58% | - |
| HSV(B) | 80.74º | 0.63% | 0.85% | - |
| XYZ | 42.88 | 58.77 | 16.87 | - |
| YUV | 187.44 | 67.93 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 217 | 81 | 0.22 | 0 | 0.63 | 0.15 | 80.74 | 0.64 | 0.58 |
| Hex | AA | D9 | 51 | 16 | 0 | 3F | F | 51 | 40 | 3A |
| Octal | 252 | 331 | 121 | 26 | 0 | 77 | 17 | 121 | 100 | 72 |
| Binary | 10101010 | 11011001 | 1010001 | 10110 | 0 | 111111 | 1111 | 1010001 | 1000000 | 111010 |
Color Harmonies of #AAD951
Complementary color
Monochromatic Colors of #AAD951
Black with #AAD951
Text Example
Text Example
White with #AAD951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD951; }
p { color: rgb(170,217,81); }
H1.HeaderClassName
{
color: #AAD951;
}
.AnyTagClassName
{
color: #AAD951;
}
</style>
background-color css
<style>
a { background-color: #AAD951; }
a { background-color: rgb(170,217,81); }
div.DivClassName
{
background-color: #AAD951;
}
.BgClassName
{
background-color: #AAD951;
}
</style>
border-color css
<style>
span { border-color: #AAD951; }
span { border-color: rgb(170,217,81); }
td.TdClassName
{
border-color: #AAD951;
}
.TagClassName
{
border-color: #AAD951;
}
</style>