Shades of Jade #0AB76D
Tints of Jade #0AB76D
RGB
CMYK
RGB Variations
Color information
#0AB76D (or 0x0AB76D) is known color: Jade. HEX triplet: 0A, B7 and 6D. RGB value is (10,183,109). Sum of RGB (Red+Green+Blue) = 10+183+109=302 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.31% from 302); Green value is 183 (71.88% from 255 or 60.60% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 183 - color contains mainly: green. Hex color #0AB76D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AB76D is #F54892. Grayscale: #7A7A7A. Windows color (decimal): -16074899 or 7190282. OLE color: 7190282.
HSL color Cylindrical-coordinate representation of color #0AB76D: hue angle of 154.34º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AB76D is Cyan = 0.95, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 10 | 183 | 109 | - |
| CMYK | 0.95 | 0 | 0.40 | 0.28 |
| HSL | 154.34º | 0.9% | 0.38% | - |
| HSV(B) | 154.34º | 0.95% | 0.72% | - |
| XYZ | 19.82 | 35.04 | 20.19 | - |
| YUV | 122.84 | 120.19 | 47.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 183 | 109 | 0.95 | 0 | 0.40 | 0.28 | 154.34 | 0.9 | 0.38 |
| Hex | A | B7 | 6D | 5F | 0 | 28 | 1C | 9A | 5A | 26 |
| Octal | 12 | 267 | 155 | 137 | 0 | 50 | 34 | 232 | 132 | 46 |
| Binary | 1010 | 10110111 | 1101101 | 1011111 | 0 | 101000 | 11100 | 10011010 | 1011010 | 100110 |
Color Harmonies of #0AB76D
Complementary color
Monochromatic Colors of #0AB76D
Black with #0AB76D
Text Example
Text Example
White with #0AB76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB76D; }
p { color: rgb(10,183,109); }
H1.HeaderClassName
{
color: #0AB76D;
}
.AnyTagClassName
{
color: #0AB76D;
}
</style>
background-color css
<style>
a { background-color: #0AB76D; }
a { background-color: rgb(10,183,109); }
div.DivClassName
{
background-color: #0AB76D;
}
.BgClassName
{
background-color: #0AB76D;
}
</style>
border-color css
<style>
span { border-color: #0AB76D; }
span { border-color: rgb(10,183,109); }
td.TdClassName
{
border-color: #0AB76D;
}
.TagClassName
{
border-color: #0AB76D;
}
</style>