Shades of Caper #ACCE7C
Tints of Caper #ACCE7C
RGB
CMYK
RGB Variations
Color information
#ACCE7C (or 0xACCE7C) is known color: Caper. HEX triplet: AC, CE and 7C. RGB value is (172,206,124). Sum of RGB (Red+Green+Blue) = 172+206+124=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 206 (80.86% from 255 or 41.04% from 502); Blue value is 124 (48.83% from 255 or 24.70% from 502); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCE7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCE7C is #533183. Grayscale: #BABABA. Windows color (decimal): -5452164 or 8179372. OLE color: 8179372.
HSL color Cylindrical-coordinate representation of color #ACCE7C: hue angle of 84.88º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACCE7C is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 206 | 124 | - |
| CMYK | 0.17 | 0 | 0.40 | 0.19 |
| HSL | 84.88º | 0.46% | 0.65% | - |
| HSV(B) | 84.88º | 0.4% | 0.81% | - |
| XYZ | 42.72 | 54.37 | 27.31 | - |
| YUV | 186.49 | 92.74 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 206 | 124 | 0.17 | 0 | 0.40 | 0.19 | 84.88 | 0.46 | 0.65 |
| Hex | AC | CE | 7C | 11 | 0 | 28 | 13 | 55 | 2E | 41 |
| Octal | 254 | 316 | 174 | 21 | 0 | 50 | 23 | 125 | 56 | 101 |
| Binary | 10101100 | 11001110 | 1111100 | 10001 | 0 | 101000 | 10011 | 1010101 | 101110 | 1000001 |
Color Harmonies of #ACCE7C
Complementary color
Monochromatic Colors of #ACCE7C
Black with #ACCE7C
Text Example
Text Example
White with #ACCE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCE7C; }
p { color: rgb(172,206,124); }
H1.HeaderClassName
{
color: #ACCE7C;
}
.AnyTagClassName
{
color: #ACCE7C;
}
</style>
background-color css
<style>
a { background-color: #ACCE7C; }
a { background-color: rgb(172,206,124); }
div.DivClassName
{
background-color: #ACCE7C;
}
.BgClassName
{
background-color: #ACCE7C;
}
</style>
border-color css
<style>
span { border-color: #ACCE7C; }
span { border-color: rgb(172,206,124); }
td.TdClassName
{
border-color: #ACCE7C;
}
.TagClassName
{
border-color: #ACCE7C;
}
</style>