Shades of Caper #A8CE70
Tints of Caper #A8CE70
RGB
CMYK
RGB Variations
Color information
#A8CE70 (or 0xA8CE70) is known color: Caper. HEX triplet: A8, CE and 70. RGB value is (168,206,112). Sum of RGB (Red+Green+Blue) = 168+206+112=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 206 (80.86% from 255 or 42.39% from 486); Blue value is 112 (44.14% from 255 or 23.05% from 486); Max value from RGB is 206 - color contains mainly: green. Hex color #A8CE70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CE70 is #57318F. Grayscale: #B8B8B8. Windows color (decimal): -5714320 or 7392936. OLE color: 7392936.
HSL color Cylindrical-coordinate representation of color #A8CE70: hue angle of 84.26º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A8CE70 is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 206 | 112 | - |
| CMYK | 0.18 | 0 | 0.46 | 0.19 |
| HSL | 84.26º | 0.49% | 0.62% | - |
| HSV(B) | 84.26º | 0.46% | 0.81% | - |
| XYZ | 41.14 | 53.64 | 23.51 | - |
| YUV | 183.92 | 87.41 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 206 | 112 | 0.18 | 0 | 0.46 | 0.19 | 84.26 | 0.49 | 0.62 |
| Hex | A8 | CE | 70 | 12 | 0 | 2E | 13 | 54 | 31 | 3E |
| Octal | 250 | 316 | 160 | 22 | 0 | 56 | 23 | 124 | 61 | 76 |
| Binary | 10101000 | 11001110 | 1110000 | 10010 | 0 | 101110 | 10011 | 1010100 | 110001 | 111110 |
Color Harmonies of #A8CE70
Complementary color
Monochromatic Colors of #A8CE70
Black with #A8CE70
Text Example
Text Example
White with #A8CE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CE70; }
p { color: rgb(168,206,112); }
H1.HeaderClassName
{
color: #A8CE70;
}
.AnyTagClassName
{
color: #A8CE70;
}
</style>
background-color css
<style>
a { background-color: #A8CE70; }
a { background-color: rgb(168,206,112); }
div.DivClassName
{
background-color: #A8CE70;
}
.BgClassName
{
background-color: #A8CE70;
}
</style>
border-color css
<style>
span { border-color: #A8CE70; }
span { border-color: rgb(168,206,112); }
td.TdClassName
{
border-color: #A8CE70;
}
.TagClassName
{
border-color: #A8CE70;
}
</style>