Shades of Conifer #AAD36A
Tints of Conifer #AAD36A
RGB
CMYK
RGB Variations
Color information
#AAD36A (or 0xAAD36A) is known color: Conifer. HEX triplet: AA, D3 and 6A. RGB value is (170,211,106). Sum of RGB (Red+Green+Blue) = 170+211+106=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 211 (82.81% from 255 or 43.33% from 487); Blue value is 106 (41.80% from 255 or 21.77% from 487); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD36A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD36A is #552C95. Grayscale: #BBBBBB. Windows color (decimal): -5581974 or 7001002. OLE color: 7001002.
HSL color Cylindrical-coordinate representation of color #AAD36A: hue angle of 83.43º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AAD36A is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 211 | 106 | - |
| CMYK | 0.19 | 0 | 0.50 | 0.17 |
| HSL | 83.43º | 0.54% | 0.62% | - |
| HSV(B) | 83.43º | 0.5% | 0.83% | - |
| XYZ | 42.47 | 56.18 | 22.24 | - |
| YUV | 186.77 | 82.42 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 211 | 106 | 0.19 | 0 | 0.50 | 0.17 | 83.43 | 0.54 | 0.62 |
| Hex | AA | D3 | 6A | 13 | 0 | 32 | 11 | 53 | 36 | 3E |
| Octal | 252 | 323 | 152 | 23 | 0 | 62 | 21 | 123 | 66 | 76 |
| Binary | 10101010 | 11010011 | 1101010 | 10011 | 0 | 110010 | 10001 | 1010011 | 110110 | 111110 |
Color Harmonies of #AAD36A
Complementary color
Monochromatic Colors of #AAD36A
Black with #AAD36A
Text Example
Text Example
White with #AAD36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD36A; }
p { color: rgb(170,211,106); }
H1.HeaderClassName
{
color: #AAD36A;
}
.AnyTagClassName
{
color: #AAD36A;
}
</style>
background-color css
<style>
a { background-color: #AAD36A; }
a { background-color: rgb(170,211,106); }
div.DivClassName
{
background-color: #AAD36A;
}
.BgClassName
{
background-color: #AAD36A;
}
</style>
border-color css
<style>
span { border-color: #AAD36A; }
span { border-color: rgb(170,211,106); }
td.TdClassName
{
border-color: #AAD36A;
}
.TagClassName
{
border-color: #AAD36A;
}
</style>