Shades of Caper #ACD06D
Tints of Caper #ACD06D
RGB
CMYK
RGB Variations
Color information
#ACD06D (or 0xACD06D) is known color: Caper. HEX triplet: AC, D0 and 6D. RGB value is (172,208,109). Sum of RGB (Red+Green+Blue) = 172+208+109=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 208 (81.64% from 255 or 42.54% from 489); Blue value is 109 (42.97% from 255 or 22.29% from 489); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD06D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD06D is #532F92. Grayscale: #BABABA. Windows color (decimal): -5451667 or 7196844. OLE color: 7196844.
HSL color Cylindrical-coordinate representation of color #ACD06D: hue angle of 81.82º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ACD06D is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 208 | 109 | - |
| CMYK | 0.17 | 0 | 0.48 | 0.18 |
| HSL | 81.82º | 0.51% | 0.62% | - |
| HSV(B) | 81.82º | 0.48% | 0.82% | - |
| XYZ | 42.33 | 54.99 | 22.85 | - |
| YUV | 185.95 | 84.57 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 208 | 109 | 0.17 | 0 | 0.48 | 0.18 | 81.82 | 0.51 | 0.62 |
| Hex | AC | D0 | 6D | 11 | 0 | 30 | 12 | 52 | 33 | 3E |
| Octal | 254 | 320 | 155 | 21 | 0 | 60 | 22 | 122 | 63 | 76 |
| Binary | 10101100 | 11010000 | 1101101 | 10001 | 0 | 110000 | 10010 | 1010010 | 110011 | 111110 |
Color Harmonies of #ACD06D
Complementary color
Monochromatic Colors of #ACD06D
Black with #ACD06D
Text Example
Text Example
White with #ACD06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD06D; }
p { color: rgb(172,208,109); }
H1.HeaderClassName
{
color: #ACD06D;
}
.AnyTagClassName
{
color: #ACD06D;
}
</style>
background-color css
<style>
a { background-color: #ACD06D; }
a { background-color: rgb(172,208,109); }
div.DivClassName
{
background-color: #ACD06D;
}
.BgClassName
{
background-color: #ACD06D;
}
</style>
border-color css
<style>
span { border-color: #ACD06D; }
span { border-color: rgb(172,208,109); }
td.TdClassName
{
border-color: #ACD06D;
}
.TagClassName
{
border-color: #ACD06D;
}
</style>