Shades of Caper #ACC16E
Tints of Caper #ACC16E
RGB
CMYK
RGB Variations
Color information
#ACC16E (or 0xACC16E) is known color: Caper. HEX triplet: AC, C1 and 6E. RGB value is (172,193,110). Sum of RGB (Red+Green+Blue) = 172+193+110=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 193 (75.78% from 255 or 40.63% from 475); Blue value is 110 (43.36% from 255 or 23.16% from 475); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC16E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC16E is #533E91. Grayscale: #B1B1B1. Windows color (decimal): -5455506 or 7258540. OLE color: 7258540.
HSL color Cylindrical-coordinate representation of color #ACC16E: hue angle of 75.18º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ACC16E is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 193 | 110 | - |
| CMYK | 0.11 | 0 | 0.43 | 0.24 |
| HSL | 75.18º | 0.4% | 0.59% | - |
| HSV(B) | 75.18º | 0.43% | 0.76% | - |
| XYZ | 38.9 | 48.04 | 21.97 | - |
| YUV | 177.26 | 90.04 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 193 | 110 | 0.11 | 0 | 0.43 | 0.24 | 75.18 | 0.4 | 0.59 |
| Hex | AC | C1 | 6E | B | 0 | 2B | 18 | 4B | 28 | 3B |
| Octal | 254 | 301 | 156 | 13 | 0 | 53 | 30 | 113 | 50 | 73 |
| Binary | 10101100 | 11000001 | 1101110 | 1011 | 0 | 101011 | 11000 | 1001011 | 101000 | 111011 |
Color Harmonies of #ACC16E
Complementary color
Monochromatic Colors of #ACC16E
Black with #ACC16E
Text Example
Text Example
White with #ACC16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC16E; }
p { color: rgb(172,193,110); }
H1.HeaderClassName
{
color: #ACC16E;
}
.AnyTagClassName
{
color: #ACC16E;
}
</style>
background-color css
<style>
a { background-color: #ACC16E; }
a { background-color: rgb(172,193,110); }
div.DivClassName
{
background-color: #ACC16E;
}
.BgClassName
{
background-color: #ACC16E;
}
</style>
border-color css
<style>
span { border-color: #ACC16E; }
span { border-color: rgb(172,193,110); }
td.TdClassName
{
border-color: #ACC16E;
}
.TagClassName
{
border-color: #ACC16E;
}
</style>