Shades of Caper #ACD06E
Tints of Caper #ACD06E
RGB
CMYK
RGB Variations
Color information
#ACD06E (or 0xACD06E) is known color: Caper. HEX triplet: AC, D0 and 6E. RGB value is (172,208,110). Sum of RGB (Red+Green+Blue) = 172+208+110=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 208 (81.64% from 255 or 42.45% from 490); Blue value is 110 (43.36% from 255 or 22.45% from 490); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD06E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD06E is #532F91. Grayscale: #BABABA. Windows color (decimal): -5451666 or 7262380. OLE color: 7262380.
HSL color Cylindrical-coordinate representation of color #ACD06E: hue angle of 82.04º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ACD06E is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 208 | 110 | - |
| CMYK | 0.17 | 0 | 0.47 | 0.18 |
| HSL | 82.04º | 0.51% | 0.62% | - |
| HSV(B) | 82.04º | 0.47% | 0.82% | - |
| XYZ | 42.38 | 55.01 | 23.14 | - |
| YUV | 186.06 | 85.07 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 208 | 110 | 0.17 | 0 | 0.47 | 0.18 | 82.04 | 0.51 | 0.62 |
| Hex | AC | D0 | 6E | 11 | 0 | 2F | 12 | 52 | 33 | 3E |
| Octal | 254 | 320 | 156 | 21 | 0 | 57 | 22 | 122 | 63 | 76 |
| Binary | 10101100 | 11010000 | 1101110 | 10001 | 0 | 101111 | 10010 | 1010010 | 110011 | 111110 |
Color Harmonies of #ACD06E
Complementary color
Monochromatic Colors of #ACD06E
Black with #ACD06E
Text Example
Text Example
White with #ACD06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD06E; }
p { color: rgb(172,208,110); }
H1.HeaderClassName
{
color: #ACD06E;
}
.AnyTagClassName
{
color: #ACD06E;
}
</style>
background-color css
<style>
a { background-color: #ACD06E; }
a { background-color: rgb(172,208,110); }
div.DivClassName
{
background-color: #ACD06E;
}
.BgClassName
{
background-color: #ACD06E;
}
</style>
border-color css
<style>
span { border-color: #ACD06E; }
span { border-color: rgb(172,208,110); }
td.TdClassName
{
border-color: #ACD06E;
}
.TagClassName
{
border-color: #ACD06E;
}
</style>