Shades of Caper #AAD172
Tints of Caper #AAD172
RGB
CMYK
RGB Variations
Color information
#AAD172 (or 0xAAD172) is known color: Caper. HEX triplet: AA, D1 and 72. RGB value is (170,209,114). Sum of RGB (Red+Green+Blue) = 170+209+114=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 209 (82.03% from 255 or 42.39% from 493); Blue value is 114 (44.92% from 255 or 23.12% from 493); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD172 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD172 is #552E8D. Grayscale: #BABABA. Windows color (decimal): -5582478 or 7524778. OLE color: 7524778.
HSL color Cylindrical-coordinate representation of color #AAD172: hue angle of 84.63º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AAD172 is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 209 | 114 | - |
| CMYK | 0.19 | 0 | 0.45 | 0.18 |
| HSL | 84.63º | 0.51% | 0.63% | - |
| HSV(B) | 84.63º | 0.45% | 0.82% | - |
| XYZ | 42.42 | 55.36 | 24.37 | - |
| YUV | 186.51 | 87.08 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 209 | 114 | 0.19 | 0 | 0.45 | 0.18 | 84.63 | 0.51 | 0.63 |
| Hex | AA | D1 | 72 | 13 | 0 | 2D | 12 | 55 | 33 | 3F |
| Octal | 252 | 321 | 162 | 23 | 0 | 55 | 22 | 125 | 63 | 77 |
| Binary | 10101010 | 11010001 | 1110010 | 10011 | 0 | 101101 | 10010 | 1010101 | 110011 | 111111 |
Color Harmonies of #AAD172
Complementary color
Monochromatic Colors of #AAD172
Black with #AAD172
Text Example
Text Example
White with #AAD172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD172; }
p { color: rgb(170,209,114); }
H1.HeaderClassName
{
color: #AAD172;
}
.AnyTagClassName
{
color: #AAD172;
}
</style>
background-color css
<style>
a { background-color: #AAD172; }
a { background-color: rgb(170,209,114); }
div.DivClassName
{
background-color: #AAD172;
}
.BgClassName
{
background-color: #AAD172;
}
</style>
border-color css
<style>
span { border-color: #AAD172; }
span { border-color: rgb(170,209,114); }
td.TdClassName
{
border-color: #AAD172;
}
.TagClassName
{
border-color: #AAD172;
}
</style>