Shades of Caper #AAD16F
Tints of Caper #AAD16F
RGB
CMYK
RGB Variations
Color information
#AAD16F (or 0xAAD16F) is known color: Caper. HEX triplet: AA, D1 and 6F. RGB value is (170,209,111). Sum of RGB (Red+Green+Blue) = 170+209+111=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 209 (82.03% from 255 or 42.65% from 490); Blue value is 111 (43.75% from 255 or 22.65% from 490); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD16F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD16F is #552E90. Grayscale: #BABABA. Windows color (decimal): -5582481 or 7328170. OLE color: 7328170.
HSL color Cylindrical-coordinate representation of color #AAD16F: hue angle of 83.88º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AAD16F is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 209 | 111 | - |
| CMYK | 0.19 | 0 | 0.47 | 0.18 |
| HSL | 83.88º | 0.52% | 0.63% | - |
| HSV(B) | 83.88º | 0.47% | 0.82% | - |
| XYZ | 42.25 | 55.29 | 23.49 | - |
| YUV | 186.17 | 85.58 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 209 | 111 | 0.19 | 0 | 0.47 | 0.18 | 83.88 | 0.52 | 0.63 |
| Hex | AA | D1 | 6F | 13 | 0 | 2F | 12 | 54 | 34 | 3F |
| Octal | 252 | 321 | 157 | 23 | 0 | 57 | 22 | 124 | 64 | 77 |
| Binary | 10101010 | 11010001 | 1101111 | 10011 | 0 | 101111 | 10010 | 1010100 | 110100 | 111111 |
Color Harmonies of #AAD16F
Complementary color
Monochromatic Colors of #AAD16F
Black with #AAD16F
Text Example
Text Example
White with #AAD16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD16F; }
p { color: rgb(170,209,111); }
H1.HeaderClassName
{
color: #AAD16F;
}
.AnyTagClassName
{
color: #AAD16F;
}
</style>
background-color css
<style>
a { background-color: #AAD16F; }
a { background-color: rgb(170,209,111); }
div.DivClassName
{
background-color: #AAD16F;
}
.BgClassName
{
background-color: #AAD16F;
}
</style>
border-color css
<style>
span { border-color: #AAD16F; }
span { border-color: rgb(170,209,111); }
td.TdClassName
{
border-color: #AAD16F;
}
.TagClassName
{
border-color: #AAD16F;
}
</style>