Shades of Caper #ACD36F
Tints of Caper #ACD36F
RGB
CMYK
RGB Variations
Color information
#ACD36F (or 0xACD36F) is known color: Caper. HEX triplet: AC, D3 and 6F. RGB value is (172,211,111). Sum of RGB (Red+Green+Blue) = 172+211+111=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 211 (82.81% from 255 or 42.71% from 494); Blue value is 111 (43.75% from 255 or 22.47% from 494); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD36F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD36F is #532C90. Grayscale: #BCBCBC. Windows color (decimal): -5450897 or 7328684. OLE color: 7328684.
HSL color Cylindrical-coordinate representation of color #ACD36F: hue angle of 83.4º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ACD36F is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 211 | 111 | - |
| CMYK | 0.18 | 0 | 0.47 | 0.17 |
| HSL | 83.4º | 0.53% | 0.63% | - |
| HSV(B) | 83.4º | 0.47% | 0.83% | - |
| XYZ | 43.18 | 56.51 | 23.67 | - |
| YUV | 187.94 | 84.58 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 211 | 111 | 0.18 | 0 | 0.47 | 0.17 | 83.4 | 0.53 | 0.63 |
| Hex | AC | D3 | 6F | 12 | 0 | 2F | 11 | 53 | 35 | 3F |
| Octal | 254 | 323 | 157 | 22 | 0 | 57 | 21 | 123 | 65 | 77 |
| Binary | 10101100 | 11010011 | 1101111 | 10010 | 0 | 101111 | 10001 | 1010011 | 110101 | 111111 |
Color Harmonies of #ACD36F
Complementary color
Monochromatic Colors of #ACD36F
Black with #ACD36F
Text Example
Text Example
White with #ACD36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD36F; }
p { color: rgb(172,211,111); }
H1.HeaderClassName
{
color: #ACD36F;
}
.AnyTagClassName
{
color: #ACD36F;
}
</style>
background-color css
<style>
a { background-color: #ACD36F; }
a { background-color: rgb(172,211,111); }
div.DivClassName
{
background-color: #ACD36F;
}
.BgClassName
{
background-color: #ACD36F;
}
</style>
border-color css
<style>
span { border-color: #ACD36F; }
span { border-color: rgb(172,211,111); }
td.TdClassName
{
border-color: #ACD36F;
}
.TagClassName
{
border-color: #ACD36F;
}
</style>