Shades of Caper #ACC470
Tints of Caper #ACC470
RGB
CMYK
RGB Variations
Color information
#ACC470 (or 0xACC470) is known color: Caper. HEX triplet: AC, C4 and 70. RGB value is (172,196,112). Sum of RGB (Red+Green+Blue) = 172+196+112=480 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.83% from 480); Green value is 196 (76.95% from 255 or 40.83% from 480); Blue value is 112 (44.14% from 255 or 23.33% from 480); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC470 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC470 is #533B8F. Grayscale: #B3B3B3. Windows color (decimal): -5454736 or 7390380. OLE color: 7390380.
HSL color Cylindrical-coordinate representation of color #ACC470: hue angle of 77.14º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ACC470 is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 196 | 112 | - |
| CMYK | 0.12 | 0 | 0.43 | 0.23 |
| HSL | 77.14º | 0.42% | 0.6% | - |
| HSV(B) | 77.14º | 0.43% | 0.77% | - |
| XYZ | 39.68 | 49.42 | 22.78 | - |
| YUV | 179.25 | 90.05 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 196 | 112 | 0.12 | 0 | 0.43 | 0.23 | 77.14 | 0.42 | 0.6 |
| Hex | AC | C4 | 70 | C | 0 | 2B | 17 | 4D | 2A | 3C |
| Octal | 254 | 304 | 160 | 14 | 0 | 53 | 27 | 115 | 52 | 74 |
| Binary | 10101100 | 11000100 | 1110000 | 1100 | 0 | 101011 | 10111 | 1001101 | 101010 | 111100 |
Color Harmonies of #ACC470
Complementary color
Monochromatic Colors of #ACC470
Black with #ACC470
Text Example
Text Example
White with #ACC470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC470; }
p { color: rgb(172,196,112); }
H1.HeaderClassName
{
color: #ACC470;
}
.AnyTagClassName
{
color: #ACC470;
}
</style>
background-color css
<style>
a { background-color: #ACC470; }
a { background-color: rgb(172,196,112); }
div.DivClassName
{
background-color: #ACC470;
}
.BgClassName
{
background-color: #ACC470;
}
</style>
border-color css
<style>
span { border-color: #ACC470; }
span { border-color: rgb(172,196,112); }
td.TdClassName
{
border-color: #ACC470;
}
.TagClassName
{
border-color: #ACC470;
}
</style>