Shades of Jade #0AB46D
Tints of Jade #0AB46D
RGB
CMYK
RGB Variations
Color information
#0AB46D (or 0x0AB46D) is known color: Jade. HEX triplet: 0A, B4 and 6D. RGB value is (10,180,109). Sum of RGB (Red+Green+Blue) = 10+180+109=299 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.34% from 299); Green value is 180 (70.70% from 255 or 60.20% from 299); Blue value is 109 (42.97% from 255 or 36.45% from 299); Max value from RGB is 180 - color contains mainly: green. Hex color #0AB46D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AB46D is #F54B92. Grayscale: #797979. Windows color (decimal): -16075667 or 7189514. OLE color: 7189514.
HSL color Cylindrical-coordinate representation of color #0AB46D: hue angle of 154.94º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AB46D is Cyan = 0.94, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 10 | 180 | 109 | - |
| CMYK | 0.94 | 0 | 0.39 | 0.29 |
| HSL | 154.94º | 0.89% | 0.37% | - |
| HSV(B) | 154.94º | 0.94% | 0.71% | - |
| XYZ | 19.21 | 33.81 | 19.98 | - |
| YUV | 121.08 | 121.18 | 48.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 180 | 109 | 0.94 | 0 | 0.39 | 0.29 | 154.94 | 0.89 | 0.37 |
| Hex | A | B4 | 6D | 5E | 0 | 27 | 1D | 9B | 59 | 25 |
| Octal | 12 | 264 | 155 | 136 | 0 | 47 | 35 | 233 | 131 | 45 |
| Binary | 1010 | 10110100 | 1101101 | 1011110 | 0 | 100111 | 11101 | 10011011 | 1011001 | 100101 |
Color Harmonies of #0AB46D
Complementary color
Monochromatic Colors of #0AB46D
Black with #0AB46D
Text Example
Text Example
White with #0AB46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB46D; }
p { color: rgb(10,180,109); }
H1.HeaderClassName
{
color: #0AB46D;
}
.AnyTagClassName
{
color: #0AB46D;
}
</style>
background-color css
<style>
a { background-color: #0AB46D; }
a { background-color: rgb(10,180,109); }
div.DivClassName
{
background-color: #0AB46D;
}
.BgClassName
{
background-color: #0AB46D;
}
</style>
border-color css
<style>
span { border-color: #0AB46D; }
span { border-color: rgb(10,180,109); }
td.TdClassName
{
border-color: #0AB46D;
}
.TagClassName
{
border-color: #0AB46D;
}
</style>