Shades of Conifer #AAD76C
Tints of Conifer #AAD76C
RGB
CMYK
RGB Variations
Color information
#AAD76C (or 0xAAD76C) is known color: Conifer. HEX triplet: AA, D7 and 6C. RGB value is (170,215,108). Sum of RGB (Red+Green+Blue) = 170+215+108=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 215 (84.38% from 255 or 43.61% from 493); Blue value is 108 (42.58% from 255 or 21.91% from 493); Max value from RGB is 215 - color contains mainly: green. Hex color #AAD76C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD76C is #552893. Grayscale: #BDBDBD. Windows color (decimal): -5580948 or 7133098. OLE color: 7133098.
HSL color Cylindrical-coordinate representation of color #AAD76C: hue angle of 85.23º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AAD76C is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 215 | 108 | - |
| CMYK | 0.21 | 0 | 0.50 | 0.16 |
| HSL | 85.23º | 0.57% | 0.63% | - |
| HSV(B) | 85.23º | 0.5% | 0.84% | - |
| XYZ | 43.58 | 58.23 | 23.13 | - |
| YUV | 189.35 | 82.09 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 215 | 108 | 0.21 | 0 | 0.50 | 0.16 | 85.23 | 0.57 | 0.63 |
| Hex | AA | D7 | 6C | 15 | 0 | 32 | 10 | 55 | 39 | 3F |
| Octal | 252 | 327 | 154 | 25 | 0 | 62 | 20 | 125 | 71 | 77 |
| Binary | 10101010 | 11010111 | 1101100 | 10101 | 0 | 110010 | 10000 | 1010101 | 111001 | 111111 |
Color Harmonies of #AAD76C
Complementary color
Monochromatic Colors of #AAD76C
Black with #AAD76C
Text Example
Text Example
White with #AAD76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD76C; }
p { color: rgb(170,215,108); }
H1.HeaderClassName
{
color: #AAD76C;
}
.AnyTagClassName
{
color: #AAD76C;
}
</style>
background-color css
<style>
a { background-color: #AAD76C; }
a { background-color: rgb(170,215,108); }
div.DivClassName
{
background-color: #AAD76C;
}
.BgClassName
{
background-color: #AAD76C;
}
</style>
border-color css
<style>
span { border-color: #AAD76C; }
span { border-color: rgb(170,215,108); }
td.TdClassName
{
border-color: #AAD76C;
}
.TagClassName
{
border-color: #AAD76C;
}
</style>