Shades of Caper #AAC56D
Tints of Caper #AAC56D
RGB
CMYK
RGB Variations
Color information
#AAC56D (or 0xAAC56D) is known color: Caper. HEX triplet: AA, C5 and 6D. RGB value is (170,197,109). Sum of RGB (Red+Green+Blue) = 170+197+109=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 197 (77.34% from 255 or 41.39% from 476); Blue value is 109 (42.97% from 255 or 22.90% from 476); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC56D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC56D is #553A92. Grayscale: #B3B3B3. Windows color (decimal): -5585555 or 7194026. OLE color: 7194026.
HSL color Cylindrical-coordinate representation of color #AAC56D: hue angle of 78.41º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AAC56D is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 197 | 109 | - |
| CMYK | 0.14 | 0 | 0.45 | 0.23 |
| HSL | 78.41º | 0.43% | 0.6% | - |
| HSV(B) | 78.41º | 0.45% | 0.77% | - |
| XYZ | 39.3 | 49.58 | 21.97 | - |
| YUV | 178.9 | 88.55 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 197 | 109 | 0.14 | 0 | 0.45 | 0.23 | 78.41 | 0.43 | 0.6 |
| Hex | AA | C5 | 6D | E | 0 | 2D | 17 | 4E | 2B | 3C |
| Octal | 252 | 305 | 155 | 16 | 0 | 55 | 27 | 116 | 53 | 74 |
| Binary | 10101010 | 11000101 | 1101101 | 1110 | 0 | 101101 | 10111 | 1001110 | 101011 | 111100 |
Color Harmonies of #AAC56D
Complementary color
Monochromatic Colors of #AAC56D
Black with #AAC56D
Text Example
Text Example
White with #AAC56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC56D; }
p { color: rgb(170,197,109); }
H1.HeaderClassName
{
color: #AAC56D;
}
.AnyTagClassName
{
color: #AAC56D;
}
</style>
background-color css
<style>
a { background-color: #AAC56D; }
a { background-color: rgb(170,197,109); }
div.DivClassName
{
background-color: #AAC56D;
}
.BgClassName
{
background-color: #AAC56D;
}
</style>
border-color css
<style>
span { border-color: #AAC56D; }
span { border-color: rgb(170,197,109); }
td.TdClassName
{
border-color: #AAC56D;
}
.TagClassName
{
border-color: #AAC56D;
}
</style>