Shades of Caper #ACC77A
Tints of Caper #ACC77A
RGB
CMYK
RGB Variations
Color information
#ACC77A (or 0xACC77A) is known color: Caper. HEX triplet: AC, C7 and 7A. RGB value is (172,199,122). Sum of RGB (Red+Green+Blue) = 172+199+122=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 199 (78.12% from 255 or 40.37% from 493); Blue value is 122 (48.05% from 255 or 24.75% from 493); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC77A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC77A is #533885. Grayscale: #B6B6B6. Windows color (decimal): -5453958 or 8046508. OLE color: 8046508.
HSL color Cylindrical-coordinate representation of color #ACC77A: hue angle of 81.04º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ACC77A is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 199 | 122 | - |
| CMYK | 0.14 | 0 | 0.39 | 0.22 |
| HSL | 81.04º | 0.41% | 0.63% | - |
| HSV(B) | 81.04º | 0.39% | 0.78% | - |
| XYZ | 40.95 | 51.02 | 26.1 | - |
| YUV | 182.15 | 94.05 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 199 | 122 | 0.14 | 0 | 0.39 | 0.22 | 81.04 | 0.41 | 0.63 |
| Hex | AC | C7 | 7A | E | 0 | 27 | 16 | 51 | 29 | 3F |
| Octal | 254 | 307 | 172 | 16 | 0 | 47 | 26 | 121 | 51 | 77 |
| Binary | 10101100 | 11000111 | 1111010 | 1110 | 0 | 100111 | 10110 | 1010001 | 101001 | 111111 |
Color Harmonies of #ACC77A
Complementary color
Monochromatic Colors of #ACC77A
Black with #ACC77A
Text Example
Text Example
White with #ACC77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC77A; }
p { color: rgb(172,199,122); }
H1.HeaderClassName
{
color: #ACC77A;
}
.AnyTagClassName
{
color: #ACC77A;
}
</style>
background-color css
<style>
a { background-color: #ACC77A; }
a { background-color: rgb(172,199,122); }
div.DivClassName
{
background-color: #ACC77A;
}
.BgClassName
{
background-color: #ACC77A;
}
</style>
border-color css
<style>
span { border-color: #ACC77A; }
span { border-color: rgb(172,199,122); }
td.TdClassName
{
border-color: #ACC77A;
}
.TagClassName
{
border-color: #ACC77A;
}
</style>