Shades of Conifer #AAD36C
Tints of Conifer #AAD36C
RGB
CMYK
RGB Variations
Color information
#AAD36C (or 0xAAD36C) is known color: Conifer. HEX triplet: AA, D3 and 6C. RGB value is (170,211,108). Sum of RGB (Red+Green+Blue) = 170+211+108=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 211 (82.81% from 255 or 43.15% from 489); Blue value is 108 (42.58% from 255 or 22.09% from 489); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD36C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD36C is #552C93. Grayscale: #BBBBBB. Windows color (decimal): -5581972 or 7132074. OLE color: 7132074.
HSL color Cylindrical-coordinate representation of color #AAD36C: hue angle of 83.88º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AAD36C is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 211 | 108 | - |
| CMYK | 0.19 | 0 | 0.49 | 0.17 |
| HSL | 83.88º | 0.54% | 0.63% | - |
| HSV(B) | 83.88º | 0.49% | 0.83% | - |
| XYZ | 42.58 | 56.22 | 22.79 | - |
| YUV | 187 | 83.42 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 211 | 108 | 0.19 | 0 | 0.49 | 0.17 | 83.88 | 0.54 | 0.63 |
| Hex | AA | D3 | 6C | 13 | 0 | 31 | 11 | 54 | 36 | 3F |
| Octal | 252 | 323 | 154 | 23 | 0 | 61 | 21 | 124 | 66 | 77 |
| Binary | 10101010 | 11010011 | 1101100 | 10011 | 0 | 110001 | 10001 | 1010100 | 110110 | 111111 |
Color Harmonies of #AAD36C
Complementary color
Monochromatic Colors of #AAD36C
Black with #AAD36C
Text Example
Text Example
White with #AAD36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD36C; }
p { color: rgb(170,211,108); }
H1.HeaderClassName
{
color: #AAD36C;
}
.AnyTagClassName
{
color: #AAD36C;
}
</style>
background-color css
<style>
a { background-color: #AAD36C; }
a { background-color: rgb(170,211,108); }
div.DivClassName
{
background-color: #AAD36C;
}
.BgClassName
{
background-color: #AAD36C;
}
</style>
border-color css
<style>
span { border-color: #AAD36C; }
span { border-color: rgb(170,211,108); }
td.TdClassName
{
border-color: #AAD36C;
}
.TagClassName
{
border-color: #AAD36C;
}
</style>