Shades of Caper #AAC57D
Tints of Caper #AAC57D
RGB
CMYK
RGB Variations
Color information
#AAC57D (or 0xAAC57D) is known color: Caper. HEX triplet: AA, C5 and 7D. RGB value is (170,197,125). Sum of RGB (Red+Green+Blue) = 170+197+125=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 197 (77.34% from 255 or 40.04% from 492); Blue value is 125 (49.22% from 255 or 25.41% from 492); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC57D is #553A82. Grayscale: #B4B4B4. Windows color (decimal): -5585539 or 8242602. OLE color: 8242602.
HSL color Cylindrical-coordinate representation of color #AAC57D: hue angle of 82.5º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AAC57D is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 197 | 125 | - |
| CMYK | 0.14 | 0 | 0.37 | 0.23 |
| HSL | 82.5º | 0.38% | 0.63% | - |
| HSV(B) | 82.5º | 0.37% | 0.77% | - |
| XYZ | 40.25 | 49.96 | 26.92 | - |
| YUV | 180.72 | 96.55 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 197 | 125 | 0.14 | 0 | 0.37 | 0.23 | 82.5 | 0.38 | 0.63 |
| Hex | AA | C5 | 7D | E | 0 | 25 | 17 | 52 | 26 | 3F |
| Octal | 252 | 305 | 175 | 16 | 0 | 45 | 27 | 122 | 46 | 77 |
| Binary | 10101010 | 11000101 | 1111101 | 1110 | 0 | 100101 | 10111 | 1010010 | 100110 | 111111 |
Color Harmonies of #AAC57D
Complementary color
Monochromatic Colors of #AAC57D
Black with #AAC57D
Text Example
Text Example
White with #AAC57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC57D; }
p { color: rgb(170,197,125); }
H1.HeaderClassName
{
color: #AAC57D;
}
.AnyTagClassName
{
color: #AAC57D;
}
</style>
background-color css
<style>
a { background-color: #AAC57D; }
a { background-color: rgb(170,197,125); }
div.DivClassName
{
background-color: #AAC57D;
}
.BgClassName
{
background-color: #AAC57D;
}
</style>
border-color css
<style>
span { border-color: #AAC57D; }
span { border-color: rgb(170,197,125); }
td.TdClassName
{
border-color: #AAC57D;
}
.TagClassName
{
border-color: #AAC57D;
}
</style>