Shades of Caper #ACC278
Tints of Caper #ACC278
RGB
CMYK
RGB Variations
Color information
#ACC278 (or 0xACC278) is known color: Caper. HEX triplet: AC, C2 and 78. RGB value is (172,194,120). Sum of RGB (Red+Green+Blue) = 172+194+120=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 194 (76.17% from 255 or 39.92% from 486); Blue value is 120 (47.27% from 255 or 24.69% from 486); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC278 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC278 is #533D87. Grayscale: #B3B3B3. Windows color (decimal): -5455240 or 7914156. OLE color: 7914156.
HSL color Cylindrical-coordinate representation of color #ACC278: hue angle of 77.84º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ACC278 is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 194 | 120 | - |
| CMYK | 0.11 | 0 | 0.38 | 0.24 |
| HSL | 77.84º | 0.38% | 0.62% | - |
| HSV(B) | 77.84º | 0.38% | 0.76% | - |
| XYZ | 39.7 | 48.71 | 25.08 | - |
| YUV | 178.99 | 94.71 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 194 | 120 | 0.11 | 0 | 0.38 | 0.24 | 77.84 | 0.38 | 0.62 |
| Hex | AC | C2 | 78 | B | 0 | 26 | 18 | 4E | 26 | 3E |
| Octal | 254 | 302 | 170 | 13 | 0 | 46 | 30 | 116 | 46 | 76 |
| Binary | 10101100 | 11000010 | 1111000 | 1011 | 0 | 100110 | 11000 | 1001110 | 100110 | 111110 |
Color Harmonies of #ACC278
Complementary color
Monochromatic Colors of #ACC278
Black with #ACC278
Text Example
Text Example
White with #ACC278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC278; }
p { color: rgb(172,194,120); }
H1.HeaderClassName
{
color: #ACC278;
}
.AnyTagClassName
{
color: #ACC278;
}
</style>
background-color css
<style>
a { background-color: #ACC278; }
a { background-color: rgb(172,194,120); }
div.DivClassName
{
background-color: #ACC278;
}
.BgClassName
{
background-color: #ACC278;
}
</style>
border-color css
<style>
span { border-color: #ACC278; }
span { border-color: rgb(172,194,120); }
td.TdClassName
{
border-color: #ACC278;
}
.TagClassName
{
border-color: #ACC278;
}
</style>