Shades of Caper #ACC78A
Tints of Caper #ACC78A
RGB
CMYK
RGB Variations
Color information
#ACC78A (or 0xACC78A) is known color: Caper. HEX triplet: AC, C7 and 8A. RGB value is (172,199,138). Sum of RGB (Red+Green+Blue) = 172+199+138=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 199 (78.12% from 255 or 39.10% from 509); Blue value is 138 (54.30% from 255 or 27.11% from 509); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC78A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC78A is #533875. Grayscale: #B8B8B8. Windows color (decimal): -5453942 or 9095084. OLE color: 9095084.
HSL color Cylindrical-coordinate representation of color #ACC78A: hue angle of 86.56º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACC78A is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 199 | 138 | - |
| CMYK | 0.14 | 0 | 0.31 | 0.22 |
| HSL | 86.56º | 0.35% | 0.66% | - |
| HSV(B) | 86.56º | 0.31% | 0.78% | - |
| XYZ | 42.02 | 51.45 | 31.76 | - |
| YUV | 183.97 | 102.05 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 199 | 138 | 0.14 | 0 | 0.31 | 0.22 | 86.56 | 0.35 | 0.66 |
| Hex | AC | C7 | 8A | E | 0 | 1F | 16 | 57 | 23 | 42 |
| Octal | 254 | 307 | 212 | 16 | 0 | 37 | 26 | 127 | 43 | 102 |
| Binary | 10101100 | 11000111 | 10001010 | 1110 | 0 | 11111 | 10110 | 1010111 | 100011 | 1000010 |
Color Harmonies of #ACC78A
Complementary color
Monochromatic Colors of #ACC78A
Black with #ACC78A
Text Example
Text Example
White with #ACC78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC78A; }
p { color: rgb(172,199,138); }
H1.HeaderClassName
{
color: #ACC78A;
}
.AnyTagClassName
{
color: #ACC78A;
}
</style>
background-color css
<style>
a { background-color: #ACC78A; }
a { background-color: rgb(172,199,138); }
div.DivClassName
{
background-color: #ACC78A;
}
.BgClassName
{
background-color: #ACC78A;
}
</style>
border-color css
<style>
span { border-color: #ACC78A; }
span { border-color: rgb(172,199,138); }
td.TdClassName
{
border-color: #ACC78A;
}
.TagClassName
{
border-color: #ACC78A;
}
</style>