Shades of Caper #A8CE73
Tints of Caper #A8CE73
RGB
CMYK
RGB Variations
Color information
#A8CE73 (or 0xA8CE73) is known color: Caper. HEX triplet: A8, CE and 73. RGB value is (168,206,115). Sum of RGB (Red+Green+Blue) = 168+206+115=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 206 (80.86% from 255 or 42.13% from 489); Blue value is 115 (45.31% from 255 or 23.52% from 489); Max value from RGB is 206 - color contains mainly: green. Hex color #A8CE73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CE73 is #57318C. Grayscale: #B8B8B8. Windows color (decimal): -5714317 or 7589544. OLE color: 7589544.
HSL color Cylindrical-coordinate representation of color #A8CE73: hue angle of 85.05º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A8CE73 is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 206 | 115 | - |
| CMYK | 0.18 | 0 | 0.44 | 0.19 |
| HSL | 85.05º | 0.48% | 0.63% | - |
| HSV(B) | 85.05º | 0.44% | 0.81% | - |
| XYZ | 41.31 | 53.71 | 24.41 | - |
| YUV | 184.26 | 88.91 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 206 | 115 | 0.18 | 0 | 0.44 | 0.19 | 85.05 | 0.48 | 0.63 |
| Hex | A8 | CE | 73 | 12 | 0 | 2C | 13 | 55 | 30 | 3F |
| Octal | 250 | 316 | 163 | 22 | 0 | 54 | 23 | 125 | 60 | 77 |
| Binary | 10101000 | 11001110 | 1110011 | 10010 | 0 | 101100 | 10011 | 1010101 | 110000 | 111111 |
Color Harmonies of #A8CE73
Complementary color
Monochromatic Colors of #A8CE73
Black with #A8CE73
Text Example
Text Example
White with #A8CE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CE73; }
p { color: rgb(168,206,115); }
H1.HeaderClassName
{
color: #A8CE73;
}
.AnyTagClassName
{
color: #A8CE73;
}
</style>
background-color css
<style>
a { background-color: #A8CE73; }
a { background-color: rgb(168,206,115); }
div.DivClassName
{
background-color: #A8CE73;
}
.BgClassName
{
background-color: #A8CE73;
}
</style>
border-color css
<style>
span { border-color: #A8CE73; }
span { border-color: rgb(168,206,115); }
td.TdClassName
{
border-color: #A8CE73;
}
.TagClassName
{
border-color: #A8CE73;
}
</style>