Shades of Caper #ACD26D
Tints of Caper #ACD26D
RGB
CMYK
RGB Variations
Color information
#ACD26D (or 0xACD26D) is known color: Caper. HEX triplet: AC, D2 and 6D. RGB value is (172,210,109). Sum of RGB (Red+Green+Blue) = 172+210+109=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 210 (82.42% from 255 or 42.77% from 491); Blue value is 109 (42.97% from 255 or 22.20% from 491); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD26D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD26D is #532D92. Grayscale: #BBBBBB. Windows color (decimal): -5451155 or 7197356. OLE color: 7197356.
HSL color Cylindrical-coordinate representation of color #ACD26D: hue angle of 82.57º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ACD26D is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 210 | 109 | - |
| CMYK | 0.18 | 0 | 0.48 | 0.18 |
| HSL | 82.57º | 0.53% | 0.63% | - |
| HSV(B) | 82.57º | 0.48% | 0.82% | - |
| XYZ | 42.82 | 55.97 | 23.01 | - |
| YUV | 187.12 | 83.91 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 210 | 109 | 0.18 | 0 | 0.48 | 0.18 | 82.57 | 0.53 | 0.63 |
| Hex | AC | D2 | 6D | 12 | 0 | 30 | 12 | 53 | 35 | 3F |
| Octal | 254 | 322 | 155 | 22 | 0 | 60 | 22 | 123 | 65 | 77 |
| Binary | 10101100 | 11010010 | 1101101 | 10010 | 0 | 110000 | 10010 | 1010011 | 110101 | 111111 |
Color Harmonies of #ACD26D
Complementary color
Monochromatic Colors of #ACD26D
Black with #ACD26D
Text Example
Text Example
White with #ACD26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD26D; }
p { color: rgb(172,210,109); }
H1.HeaderClassName
{
color: #ACD26D;
}
.AnyTagClassName
{
color: #ACD26D;
}
</style>
background-color css
<style>
a { background-color: #ACD26D; }
a { background-color: rgb(172,210,109); }
div.DivClassName
{
background-color: #ACD26D;
}
.BgClassName
{
background-color: #ACD26D;
}
</style>
border-color css
<style>
span { border-color: #ACD26D; }
span { border-color: rgb(172,210,109); }
td.TdClassName
{
border-color: #ACD26D;
}
.TagClassName
{
border-color: #ACD26D;
}
</style>