Shades of Caper #ACC57A
Tints of Caper #ACC57A
RGB
CMYK
RGB Variations
Color information
#ACC57A (or 0xACC57A) is known color: Caper. HEX triplet: AC, C5 and 7A. RGB value is (172,197,122). Sum of RGB (Red+Green+Blue) = 172+197+122=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 197 (77.34% from 255 or 40.12% from 491); Blue value is 122 (48.05% from 255 or 24.85% from 491); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC57A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC57A is #533A85. Grayscale: #B5B5B5. Windows color (decimal): -5454470 or 8045996. OLE color: 8045996.
HSL color Cylindrical-coordinate representation of color #ACC57A: hue angle of 80º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ACC57A is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 197 | 122 | - |
| CMYK | 0.13 | 0 | 0.38 | 0.23 |
| HSL | 80º | 0.39% | 0.63% | - |
| HSV(B) | 80º | 0.38% | 0.77% | - |
| XYZ | 40.49 | 50.11 | 25.95 | - |
| YUV | 180.98 | 94.72 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 197 | 122 | 0.13 | 0 | 0.38 | 0.23 | 80 | 0.39 | 0.63 |
| Hex | AC | C5 | 7A | D | 0 | 26 | 17 | 50 | 27 | 3F |
| Octal | 254 | 305 | 172 | 15 | 0 | 46 | 27 | 120 | 47 | 77 |
| Binary | 10101100 | 11000101 | 1111010 | 1101 | 0 | 100110 | 10111 | 1010000 | 100111 | 111111 |
Color Harmonies of #ACC57A
Complementary color
Monochromatic Colors of #ACC57A
Black with #ACC57A
Text Example
Text Example
White with #ACC57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC57A; }
p { color: rgb(172,197,122); }
H1.HeaderClassName
{
color: #ACC57A;
}
.AnyTagClassName
{
color: #ACC57A;
}
</style>
background-color css
<style>
a { background-color: #ACC57A; }
a { background-color: rgb(172,197,122); }
div.DivClassName
{
background-color: #ACC57A;
}
.BgClassName
{
background-color: #ACC57A;
}
</style>
border-color css
<style>
span { border-color: #ACC57A; }
span { border-color: rgb(172,197,122); }
td.TdClassName
{
border-color: #ACC57A;
}
.TagClassName
{
border-color: #ACC57A;
}
</style>