Shades of Caper #ACC07F
Tints of Caper #ACC07F
RGB
CMYK
RGB Variations
Color information
#ACC07F (or 0xACC07F) is known color: Caper. HEX triplet: AC, C0 and 7F. RGB value is (172,192,127). Sum of RGB (Red+Green+Blue) = 172+192+127=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 192 (75.39% from 255 or 39.10% from 491); Blue value is 127 (50% from 255 or 25.87% from 491); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC07F is #533F80. Grayscale: #B2B2B2. Windows color (decimal): -5455745 or 8372396. OLE color: 8372396.
HSL color Cylindrical-coordinate representation of color #ACC07F: hue angle of 78.46º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ACC07F is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 192 | 127 | - |
| CMYK | 0.10 | 0 | 0.34 | 0.25 |
| HSL | 78.46º | 0.34% | 0.63% | - |
| HSV(B) | 78.46º | 0.34% | 0.75% | - |
| XYZ | 39.69 | 48 | 27.25 | - |
| YUV | 178.61 | 98.87 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 192 | 127 | 0.10 | 0 | 0.34 | 0.25 | 78.46 | 0.34 | 0.63 |
| Hex | AC | C0 | 7F | A | 0 | 22 | 19 | 4E | 22 | 3F |
| Octal | 254 | 300 | 177 | 12 | 0 | 42 | 31 | 116 | 42 | 77 |
| Binary | 10101100 | 11000000 | 1111111 | 1010 | 0 | 100010 | 11001 | 1001110 | 100010 | 111111 |
Color Harmonies of #ACC07F
Complementary color
Monochromatic Colors of #ACC07F
Black with #ACC07F
Text Example
Text Example
White with #ACC07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC07F; }
p { color: rgb(172,192,127); }
H1.HeaderClassName
{
color: #ACC07F;
}
.AnyTagClassName
{
color: #ACC07F;
}
</style>
background-color css
<style>
a { background-color: #ACC07F; }
a { background-color: rgb(172,192,127); }
div.DivClassName
{
background-color: #ACC07F;
}
.BgClassName
{
background-color: #ACC07F;
}
</style>
border-color css
<style>
span { border-color: #ACC07F; }
span { border-color: rgb(172,192,127); }
td.TdClassName
{
border-color: #ACC07F;
}
.TagClassName
{
border-color: #ACC07F;
}
</style>