Shades of Caper #ACCE6C
Tints of Caper #ACCE6C
RGB
CMYK
RGB Variations
Color information
#ACCE6C (or 0xACCE6C) is known color: Caper. HEX triplet: AC, CE and 6C. RGB value is (172,206,108). Sum of RGB (Red+Green+Blue) = 172+206+108=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 206 (80.86% from 255 or 42.39% from 486); Blue value is 108 (42.58% from 255 or 22.22% from 486); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCE6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCE6C is #533193. Grayscale: #B9B9B9. Windows color (decimal): -5452180 or 7130796. OLE color: 7130796.
HSL color Cylindrical-coordinate representation of color #ACCE6C: hue angle of 80.82º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ACCE6C is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 206 | 108 | - |
| CMYK | 0.17 | 0 | 0.48 | 0.19 |
| HSL | 80.82º | 0.5% | 0.62% | - |
| HSV(B) | 80.82º | 0.48% | 0.81% | - |
| XYZ | 41.79 | 54 | 22.41 | - |
| YUV | 184.66 | 84.74 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 206 | 108 | 0.17 | 0 | 0.48 | 0.19 | 80.82 | 0.5 | 0.62 |
| Hex | AC | CE | 6C | 11 | 0 | 30 | 13 | 51 | 32 | 3E |
| Octal | 254 | 316 | 154 | 21 | 0 | 60 | 23 | 121 | 62 | 76 |
| Binary | 10101100 | 11001110 | 1101100 | 10001 | 0 | 110000 | 10011 | 1010001 | 110010 | 111110 |
Color Harmonies of #ACCE6C
Complementary color
Monochromatic Colors of #ACCE6C
Black with #ACCE6C
Text Example
Text Example
White with #ACCE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCE6C; }
p { color: rgb(172,206,108); }
H1.HeaderClassName
{
color: #ACCE6C;
}
.AnyTagClassName
{
color: #ACCE6C;
}
</style>
background-color css
<style>
a { background-color: #ACCE6C; }
a { background-color: rgb(172,206,108); }
div.DivClassName
{
background-color: #ACCE6C;
}
.BgClassName
{
background-color: #ACCE6C;
}
</style>
border-color css
<style>
span { border-color: #ACCE6C; }
span { border-color: rgb(172,206,108); }
td.TdClassName
{
border-color: #ACCE6C;
}
.TagClassName
{
border-color: #ACCE6C;
}
</style>