Shades of Caper #ACD36D
Tints of Caper #ACD36D
RGB
CMYK
RGB Variations
Color information
#ACD36D (or 0xACD36D) is known color: Caper. HEX triplet: AC, D3 and 6D. RGB value is (172,211,109). Sum of RGB (Red+Green+Blue) = 172+211+109=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 211 (82.81% from 255 or 42.89% from 492); Blue value is 109 (42.97% from 255 or 22.15% from 492); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD36D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD36D is #532C92. Grayscale: #BCBCBC. Windows color (decimal): -5450899 or 7197612. OLE color: 7197612.
HSL color Cylindrical-coordinate representation of color #ACD36D: hue angle of 82.94º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ACD36D is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 211 | 109 | - |
| CMYK | 0.18 | 0 | 0.48 | 0.17 |
| HSL | 82.94º | 0.54% | 0.63% | - |
| HSV(B) | 82.94º | 0.48% | 0.83% | - |
| XYZ | 43.07 | 56.46 | 23.1 | - |
| YUV | 187.71 | 83.58 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 211 | 109 | 0.18 | 0 | 0.48 | 0.17 | 82.94 | 0.54 | 0.63 |
| Hex | AC | D3 | 6D | 12 | 0 | 30 | 11 | 53 | 36 | 3F |
| Octal | 254 | 323 | 155 | 22 | 0 | 60 | 21 | 123 | 66 | 77 |
| Binary | 10101100 | 11010011 | 1101101 | 10010 | 0 | 110000 | 10001 | 1010011 | 110110 | 111111 |
Color Harmonies of #ACD36D
Complementary color
Monochromatic Colors of #ACD36D
Black with #ACD36D
Text Example
Text Example
White with #ACD36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD36D; }
p { color: rgb(172,211,109); }
H1.HeaderClassName
{
color: #ACD36D;
}
.AnyTagClassName
{
color: #ACD36D;
}
</style>
background-color css
<style>
a { background-color: #ACD36D; }
a { background-color: rgb(172,211,109); }
div.DivClassName
{
background-color: #ACD36D;
}
.BgClassName
{
background-color: #ACD36D;
}
</style>
border-color css
<style>
span { border-color: #ACD36D; }
span { border-color: rgb(172,211,109); }
td.TdClassName
{
border-color: #ACD36D;
}
.TagClassName
{
border-color: #ACD36D;
}
</style>