Shades of Caper #ACC370
Tints of Caper #ACC370
RGB
CMYK
RGB Variations
Color information
#ACC370 (or 0xACC370) is known color: Caper. HEX triplet: AC, C3 and 70. RGB value is (172,195,112). Sum of RGB (Red+Green+Blue) = 172+195+112=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 195 (76.56% from 255 or 40.71% from 479); Blue value is 112 (44.14% from 255 or 23.38% from 479); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC370 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC370 is #533C8F. Grayscale: #B2B2B2. Windows color (decimal): -5454992 or 7390124. OLE color: 7390124.
HSL color Cylindrical-coordinate representation of color #ACC370: hue angle of 76.63º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ACC370 is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 195 | 112 | - |
| CMYK | 0.12 | 0 | 0.43 | 0.24 |
| HSL | 76.63º | 0.41% | 0.6% | - |
| HSV(B) | 76.63º | 0.43% | 0.76% | - |
| XYZ | 39.45 | 48.97 | 22.7 | - |
| YUV | 178.66 | 90.38 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 195 | 112 | 0.12 | 0 | 0.43 | 0.24 | 76.63 | 0.41 | 0.6 |
| Hex | AC | C3 | 70 | C | 0 | 2B | 18 | 4D | 29 | 3C |
| Octal | 254 | 303 | 160 | 14 | 0 | 53 | 30 | 115 | 51 | 74 |
| Binary | 10101100 | 11000011 | 1110000 | 1100 | 0 | 101011 | 11000 | 1001101 | 101001 | 111100 |
Color Harmonies of #ACC370
Complementary color
Monochromatic Colors of #ACC370
Black with #ACC370
Text Example
Text Example
White with #ACC370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC370; }
p { color: rgb(172,195,112); }
H1.HeaderClassName
{
color: #ACC370;
}
.AnyTagClassName
{
color: #ACC370;
}
</style>
background-color css
<style>
a { background-color: #ACC370; }
a { background-color: rgb(172,195,112); }
div.DivClassName
{
background-color: #ACC370;
}
.BgClassName
{
background-color: #ACC370;
}
</style>
border-color css
<style>
span { border-color: #ACC370; }
span { border-color: rgb(172,195,112); }
td.TdClassName
{
border-color: #ACC370;
}
.TagClassName
{
border-color: #ACC370;
}
</style>