Shades of Caper #ACC770
Tints of Caper #ACC770
RGB
CMYK
RGB Variations
Color information
#ACC770 (or 0xACC770) is known color: Caper. HEX triplet: AC, C7 and 70. RGB value is (172,199,112). Sum of RGB (Red+Green+Blue) = 172+199+112=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 199 (78.12% from 255 or 41.20% from 483); Blue value is 112 (44.14% from 255 or 23.19% from 483); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC770 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC770 is #53388F. Grayscale: #B5B5B5. Windows color (decimal): -5453968 or 7391148. OLE color: 7391148.
HSL color Cylindrical-coordinate representation of color #ACC770: hue angle of 78.62º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ACC770 is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 199 | 112 | - |
| CMYK | 0.14 | 0 | 0.44 | 0.22 |
| HSL | 78.62º | 0.44% | 0.61% | - |
| HSV(B) | 78.62º | 0.44% | 0.78% | - |
| XYZ | 40.36 | 50.79 | 23 | - |
| YUV | 181.01 | 89.05 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 199 | 112 | 0.14 | 0 | 0.44 | 0.22 | 78.62 | 0.44 | 0.61 |
| Hex | AC | C7 | 70 | E | 0 | 2C | 16 | 4F | 2C | 3D |
| Octal | 254 | 307 | 160 | 16 | 0 | 54 | 26 | 117 | 54 | 75 |
| Binary | 10101100 | 11000111 | 1110000 | 1110 | 0 | 101100 | 10110 | 1001111 | 101100 | 111101 |
Color Harmonies of #ACC770
Complementary color
Monochromatic Colors of #ACC770
Black with #ACC770
Text Example
Text Example
White with #ACC770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC770; }
p { color: rgb(172,199,112); }
H1.HeaderClassName
{
color: #ACC770;
}
.AnyTagClassName
{
color: #ACC770;
}
</style>
background-color css
<style>
a { background-color: #ACC770; }
a { background-color: rgb(172,199,112); }
div.DivClassName
{
background-color: #ACC770;
}
.BgClassName
{
background-color: #ACC770;
}
</style>
border-color css
<style>
span { border-color: #ACC770; }
span { border-color: rgb(172,199,112); }
td.TdClassName
{
border-color: #ACC770;
}
.TagClassName
{
border-color: #ACC770;
}
</style>