Shades of Caper #A8CF70
Tints of Caper #A8CF70
RGB
CMYK
RGB Variations
Color information
#A8CF70 (or 0xA8CF70) is known color: Caper. HEX triplet: A8, CF and 70. RGB value is (168,207,112). Sum of RGB (Red+Green+Blue) = 168+207+112=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 207 (81.25% from 255 or 42.51% from 487); Blue value is 112 (44.14% from 255 or 23.00% from 487); Max value from RGB is 207 - color contains mainly: green. Hex color #A8CF70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CF70 is #57308F. Grayscale: #B8B8B8. Windows color (decimal): -5714064 or 7393192. OLE color: 7393192.
HSL color Cylindrical-coordinate representation of color #A8CF70: hue angle of 84.63º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A8CF70 is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 207 | 112 | - |
| CMYK | 0.19 | 0 | 0.46 | 0.19 |
| HSL | 84.63º | 0.5% | 0.63% | - |
| HSV(B) | 84.63º | 0.46% | 0.81% | - |
| XYZ | 41.39 | 54.12 | 23.59 | - |
| YUV | 184.51 | 87.08 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 207 | 112 | 0.19 | 0 | 0.46 | 0.19 | 84.63 | 0.5 | 0.63 |
| Hex | A8 | CF | 70 | 13 | 0 | 2E | 13 | 55 | 32 | 3F |
| Octal | 250 | 317 | 160 | 23 | 0 | 56 | 23 | 125 | 62 | 77 |
| Binary | 10101000 | 11001111 | 1110000 | 10011 | 0 | 101110 | 10011 | 1010101 | 110010 | 111111 |
Color Harmonies of #A8CF70
Complementary color
Monochromatic Colors of #A8CF70
Black with #A8CF70
Text Example
Text Example
White with #A8CF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CF70; }
p { color: rgb(168,207,112); }
H1.HeaderClassName
{
color: #A8CF70;
}
.AnyTagClassName
{
color: #A8CF70;
}
</style>
background-color css
<style>
a { background-color: #A8CF70; }
a { background-color: rgb(168,207,112); }
div.DivClassName
{
background-color: #A8CF70;
}
.BgClassName
{
background-color: #A8CF70;
}
</style>
border-color css
<style>
span { border-color: #A8CF70; }
span { border-color: rgb(168,207,112); }
td.TdClassName
{
border-color: #A8CF70;
}
.TagClassName
{
border-color: #A8CF70;
}
</style>