Shades of Caper #A8CF72
Tints of Caper #A8CF72
RGB
CMYK
RGB Variations
Color information
#A8CF72 (or 0xA8CF72) is known color: Caper. HEX triplet: A8, CF and 72. RGB value is (168,207,114). Sum of RGB (Red+Green+Blue) = 168+207+114=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 207 (81.25% from 255 or 42.33% from 489); Blue value is 114 (44.92% from 255 or 23.31% from 489); Max value from RGB is 207 - color contains mainly: green. Hex color #A8CF72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CF72 is #57308D. Grayscale: #B9B9B9. Windows color (decimal): -5714062 or 7524264. OLE color: 7524264.
HSL color Cylindrical-coordinate representation of color #A8CF72: hue angle of 85.16º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A8CF72 is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 207 | 114 | - |
| CMYK | 0.19 | 0 | 0.45 | 0.19 |
| HSL | 85.16º | 0.49% | 0.63% | - |
| HSV(B) | 85.16º | 0.45% | 0.81% | - |
| XYZ | 41.5 | 54.17 | 24.19 | - |
| YUV | 184.74 | 88.08 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 207 | 114 | 0.19 | 0 | 0.45 | 0.19 | 85.16 | 0.49 | 0.63 |
| Hex | A8 | CF | 72 | 13 | 0 | 2D | 13 | 55 | 31 | 3F |
| Octal | 250 | 317 | 162 | 23 | 0 | 55 | 23 | 125 | 61 | 77 |
| Binary | 10101000 | 11001111 | 1110010 | 10011 | 0 | 101101 | 10011 | 1010101 | 110001 | 111111 |
Color Harmonies of #A8CF72
Complementary color
Monochromatic Colors of #A8CF72
Black with #A8CF72
Text Example
Text Example
White with #A8CF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CF72; }
p { color: rgb(168,207,114); }
H1.HeaderClassName
{
color: #A8CF72;
}
.AnyTagClassName
{
color: #A8CF72;
}
</style>
background-color css
<style>
a { background-color: #A8CF72; }
a { background-color: rgb(168,207,114); }
div.DivClassName
{
background-color: #A8CF72;
}
.BgClassName
{
background-color: #A8CF72;
}
</style>
border-color css
<style>
span { border-color: #A8CF72; }
span { border-color: rgb(168,207,114); }
td.TdClassName
{
border-color: #A8CF72;
}
.TagClassName
{
border-color: #A8CF72;
}
</style>