Shades of Caper #AAD270
Tints of Caper #AAD270
RGB
CMYK
RGB Variations
Color information
#AAD270 (or 0xAAD270) is known color: Caper. HEX triplet: AA, D2 and 70. RGB value is (170,210,112). Sum of RGB (Red+Green+Blue) = 170+210+112=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 210 (82.42% from 255 or 42.68% from 492); Blue value is 112 (44.14% from 255 or 22.76% from 492); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD270 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD270 is #552D8F. Grayscale: #BBBBBB. Windows color (decimal): -5582224 or 7393962. OLE color: 7393962.
HSL color Cylindrical-coordinate representation of color #AAD270: hue angle of 84.49º 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 #AAD270 is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 210 | 112 | - |
| CMYK | 0.19 | 0 | 0.47 | 0.18 |
| HSL | 84.49º | 0.52% | 0.63% | - |
| HSV(B) | 84.49º | 0.47% | 0.82% | - |
| XYZ | 42.55 | 55.81 | 23.86 | - |
| YUV | 186.87 | 85.75 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 210 | 112 | 0.19 | 0 | 0.47 | 0.18 | 84.49 | 0.52 | 0.63 |
| Hex | AA | D2 | 70 | 13 | 0 | 2F | 12 | 54 | 34 | 3F |
| Octal | 252 | 322 | 160 | 23 | 0 | 57 | 22 | 124 | 64 | 77 |
| Binary | 10101010 | 11010010 | 1110000 | 10011 | 0 | 101111 | 10010 | 1010100 | 110100 | 111111 |
Color Harmonies of #AAD270
Complementary color
Monochromatic Colors of #AAD270
Black with #AAD270
Text Example
Text Example
White with #AAD270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD270; }
p { color: rgb(170,210,112); }
H1.HeaderClassName
{
color: #AAD270;
}
.AnyTagClassName
{
color: #AAD270;
}
</style>
background-color css
<style>
a { background-color: #AAD270; }
a { background-color: rgb(170,210,112); }
div.DivClassName
{
background-color: #AAD270;
}
.BgClassName
{
background-color: #AAD270;
}
</style>
border-color css
<style>
span { border-color: #AAD270; }
span { border-color: rgb(170,210,112); }
td.TdClassName
{
border-color: #AAD270;
}
.TagClassName
{
border-color: #AAD270;
}
</style>