Shades of Caper #AAD16D
Tints of Caper #AAD16D
RGB
CMYK
RGB Variations
Color information
#AAD16D (or 0xAAD16D) is known color: Caper. HEX triplet: AA, D1 and 6D. RGB value is (170,209,109). Sum of RGB (Red+Green+Blue) = 170+209+109=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 209 (82.03% from 255 or 42.83% from 488); Blue value is 109 (42.97% from 255 or 22.34% from 488); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD16D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD16D is #552E92. Grayscale: #BABABA. Windows color (decimal): -5582483 or 7197098. OLE color: 7197098.
HSL color Cylindrical-coordinate representation of color #AAD16D: hue angle of 83.4º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AAD16D is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 209 | 109 | - |
| CMYK | 0.19 | 0 | 0.48 | 0.18 |
| HSL | 83.4º | 0.52% | 0.62% | - |
| HSV(B) | 83.4º | 0.48% | 0.82% | - |
| XYZ | 42.14 | 55.25 | 22.91 | - |
| YUV | 185.94 | 84.58 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 209 | 109 | 0.19 | 0 | 0.48 | 0.18 | 83.4 | 0.52 | 0.62 |
| Hex | AA | D1 | 6D | 13 | 0 | 30 | 12 | 53 | 34 | 3E |
| Octal | 252 | 321 | 155 | 23 | 0 | 60 | 22 | 123 | 64 | 76 |
| Binary | 10101010 | 11010001 | 1101101 | 10011 | 0 | 110000 | 10010 | 1010011 | 110100 | 111110 |
Color Harmonies of #AAD16D
Complementary color
Monochromatic Colors of #AAD16D
Black with #AAD16D
Text Example
Text Example
White with #AAD16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD16D; }
p { color: rgb(170,209,109); }
H1.HeaderClassName
{
color: #AAD16D;
}
.AnyTagClassName
{
color: #AAD16D;
}
</style>
background-color css
<style>
a { background-color: #AAD16D; }
a { background-color: rgb(170,209,109); }
div.DivClassName
{
background-color: #AAD16D;
}
.BgClassName
{
background-color: #AAD16D;
}
</style>
border-color css
<style>
span { border-color: #AAD16D; }
span { border-color: rgb(170,209,109); }
td.TdClassName
{
border-color: #AAD16D;
}
.TagClassName
{
border-color: #AAD16D;
}
</style>