Shades of Caper #AAD36D
Tints of Caper #AAD36D
RGB
CMYK
RGB Variations
Color information
#AAD36D (or 0xAAD36D) is known color: Caper. HEX triplet: AA, D3 and 6D. RGB value is (170,211,109). Sum of RGB (Red+Green+Blue) = 170+211+109=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 211 (82.81% from 255 or 43.06% from 490); Blue value is 109 (42.97% from 255 or 22.24% from 490); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD36D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD36D is #552C92. Grayscale: #BBBBBB. Windows color (decimal): -5581971 or 7197610. OLE color: 7197610.
HSL color Cylindrical-coordinate representation of color #AAD36D: hue angle of 84.12º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AAD36D is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 211 | 109 | - |
| CMYK | 0.19 | 0 | 0.48 | 0.17 |
| HSL | 84.12º | 0.54% | 0.63% | - |
| HSV(B) | 84.12º | 0.48% | 0.83% | - |
| XYZ | 42.63 | 56.24 | 23.08 | - |
| YUV | 187.11 | 83.92 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 211 | 109 | 0.19 | 0 | 0.48 | 0.17 | 84.12 | 0.54 | 0.63 |
| Hex | AA | D3 | 6D | 13 | 0 | 30 | 11 | 54 | 36 | 3F |
| Octal | 252 | 323 | 155 | 23 | 0 | 60 | 21 | 124 | 66 | 77 |
| Binary | 10101010 | 11010011 | 1101101 | 10011 | 0 | 110000 | 10001 | 1010100 | 110110 | 111111 |
Color Harmonies of #AAD36D
Complementary color
Monochromatic Colors of #AAD36D
Black with #AAD36D
Text Example
Text Example
White with #AAD36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD36D; }
p { color: rgb(170,211,109); }
H1.HeaderClassName
{
color: #AAD36D;
}
.AnyTagClassName
{
color: #AAD36D;
}
</style>
background-color css
<style>
a { background-color: #AAD36D; }
a { background-color: rgb(170,211,109); }
div.DivClassName
{
background-color: #AAD36D;
}
.BgClassName
{
background-color: #AAD36D;
}
</style>
border-color css
<style>
span { border-color: #AAD36D; }
span { border-color: rgb(170,211,109); }
td.TdClassName
{
border-color: #AAD36D;
}
.TagClassName
{
border-color: #AAD36D;
}
</style>