Shades of Caper #ACC66A
Tints of Caper #ACC66A
RGB
CMYK
RGB Variations
Color information
#ACC66A (or 0xACC66A) is known color: Caper. HEX triplet: AC, C6 and 6A. RGB value is (172,198,106). Sum of RGB (Red+Green+Blue) = 172+198+106=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 198 (77.73% from 255 or 41.60% from 476); Blue value is 106 (41.80% from 255 or 22.27% from 476); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC66A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC66A is #533995. Grayscale: #B4B4B4. Windows color (decimal): -5454230 or 6997676. OLE color: 6997676.
HSL color Cylindrical-coordinate representation of color #ACC66A: hue angle of 76.96º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ACC66A is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 198 | 106 | - |
| CMYK | 0.13 | 0 | 0.46 | 0.22 |
| HSL | 76.96º | 0.45% | 0.6% | - |
| HSV(B) | 76.96º | 0.46% | 0.78% | - |
| XYZ | 39.81 | 50.2 | 21.23 | - |
| YUV | 179.74 | 86.39 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 198 | 106 | 0.13 | 0 | 0.46 | 0.22 | 76.96 | 0.45 | 0.6 |
| Hex | AC | C6 | 6A | D | 0 | 2E | 16 | 4D | 2D | 3C |
| Octal | 254 | 306 | 152 | 15 | 0 | 56 | 26 | 115 | 55 | 74 |
| Binary | 10101100 | 11000110 | 1101010 | 1101 | 0 | 101110 | 10110 | 1001101 | 101101 | 111100 |
Color Harmonies of #ACC66A
Complementary color
Monochromatic Colors of #ACC66A
Black with #ACC66A
Text Example
Text Example
White with #ACC66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC66A; }
p { color: rgb(172,198,106); }
H1.HeaderClassName
{
color: #ACC66A;
}
.AnyTagClassName
{
color: #ACC66A;
}
</style>
background-color css
<style>
a { background-color: #ACC66A; }
a { background-color: rgb(172,198,106); }
div.DivClassName
{
background-color: #ACC66A;
}
.BgClassName
{
background-color: #ACC66A;
}
</style>
border-color css
<style>
span { border-color: #ACC66A; }
span { border-color: rgb(172,198,106); }
td.TdClassName
{
border-color: #ACC66A;
}
.TagClassName
{
border-color: #ACC66A;
}
</style>