Shades of Caper #ACC66F
Tints of Caper #ACC66F
RGB
CMYK
RGB Variations
Color information
#ACC66F (or 0xACC66F) is known color: Caper. HEX triplet: AC, C6 and 6F. RGB value is (172,198,111). Sum of RGB (Red+Green+Blue) = 172+198+111=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 198 (77.73% from 255 or 41.16% from 481); Blue value is 111 (43.75% from 255 or 23.08% from 481); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC66F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC66F is #533990. Grayscale: #B4B4B4. Windows color (decimal): -5454225 or 7325356. OLE color: 7325356.
HSL color Cylindrical-coordinate representation of color #ACC66F: hue angle of 77.93º degrees, saturation: 0.43, 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 #ACC66F is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 198 | 111 | - |
| CMYK | 0.13 | 0 | 0.44 | 0.22 |
| HSL | 77.93º | 0.43% | 0.61% | - |
| HSV(B) | 77.93º | 0.44% | 0.78% | - |
| XYZ | 40.08 | 50.31 | 22.64 | - |
| YUV | 180.31 | 88.89 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 198 | 111 | 0.13 | 0 | 0.44 | 0.22 | 77.93 | 0.43 | 0.61 |
| Hex | AC | C6 | 6F | D | 0 | 2C | 16 | 4E | 2B | 3D |
| Octal | 254 | 306 | 157 | 15 | 0 | 54 | 26 | 116 | 53 | 75 |
| Binary | 10101100 | 11000110 | 1101111 | 1101 | 0 | 101100 | 10110 | 1001110 | 101011 | 111101 |
Color Harmonies of #ACC66F
Complementary color
Monochromatic Colors of #ACC66F
Black with #ACC66F
Text Example
Text Example
White with #ACC66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC66F; }
p { color: rgb(172,198,111); }
H1.HeaderClassName
{
color: #ACC66F;
}
.AnyTagClassName
{
color: #ACC66F;
}
</style>
background-color css
<style>
a { background-color: #ACC66F; }
a { background-color: rgb(172,198,111); }
div.DivClassName
{
background-color: #ACC66F;
}
.BgClassName
{
background-color: #ACC66F;
}
</style>
border-color css
<style>
span { border-color: #ACC66F; }
span { border-color: rgb(172,198,111); }
td.TdClassName
{
border-color: #ACC66F;
}
.TagClassName
{
border-color: #ACC66F;
}
</style>