Shades of Jade #0AC070
Tints of Jade #0AC070
RGB
CMYK
RGB Variations
Color information
#0AC070 (or 0x0AC070) is known color: Jade. HEX triplet: 0A, C0 and 70. RGB value is (10,192,112). Sum of RGB (Red+Green+Blue) = 10+192+112=314 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.18% from 314); Green value is 192 (75.39% from 255 or 61.15% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 192 - color contains mainly: green. Hex color #0AC070 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC070 is #F53F8F. Grayscale: #808080. Windows color (decimal): -16072592 or 7389194. OLE color: 7389194.
HSL color Cylindrical-coordinate representation of color #0AC070: hue angle of 153.63º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC070 is Cyan = 0.95, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 192 | 112 | - |
| CMYK | 0.95 | 0 | 0.42 | 0.25 |
| HSL | 153.63º | 0.9% | 0.4% | - |
| HSV(B) | 153.63º | 0.95% | 0.75% | - |
| XYZ | 21.9 | 38.93 | 21.69 | - |
| YUV | 128.46 | 118.7 | 43.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 192 | 112 | 0.95 | 0 | 0.42 | 0.25 | 153.63 | 0.9 | 0.4 |
| Hex | A | C0 | 70 | 5F | 0 | 2A | 19 | 9A | 5A | 28 |
| Octal | 12 | 300 | 160 | 137 | 0 | 52 | 31 | 232 | 132 | 50 |
| Binary | 1010 | 11000000 | 1110000 | 1011111 | 0 | 101010 | 11001 | 10011010 | 1011010 | 101000 |
Color Harmonies of #0AC070
Complementary color
Monochromatic Colors of #0AC070
Black with #0AC070
Text Example
Text Example
White with #0AC070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC070; }
p { color: rgb(10,192,112); }
H1.HeaderClassName
{
color: #0AC070;
}
.AnyTagClassName
{
color: #0AC070;
}
</style>
background-color css
<style>
a { background-color: #0AC070; }
a { background-color: rgb(10,192,112); }
div.DivClassName
{
background-color: #0AC070;
}
.BgClassName
{
background-color: #0AC070;
}
</style>
border-color css
<style>
span { border-color: #0AC070; }
span { border-color: rgb(10,192,112); }
td.TdClassName
{
border-color: #0AC070;
}
.TagClassName
{
border-color: #0AC070;
}
</style>