Shades of Jade #0ABA6D
Tints of Jade #0ABA6D
RGB
CMYK
RGB Variations
Color information
#0ABA6D (or 0x0ABA6D) is known color: Jade. HEX triplet: 0A, BA and 6D. RGB value is (10,186,109). Sum of RGB (Red+Green+Blue) = 10+186+109=305 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.28% from 305); Green value is 186 (73.05% from 255 or 60.98% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 186 - color contains mainly: green. Hex color #0ABA6D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ABA6D is #F54592. Grayscale: #7C7C7C. Windows color (decimal): -16074131 or 7191050. OLE color: 7191050.
HSL color Cylindrical-coordinate representation of color #0ABA6D: hue angle of 153.75º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABA6D is Cyan = 0.95, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 10 | 186 | 109 | - |
| CMYK | 0.95 | 0 | 0.41 | 0.27 |
| HSL | 153.75º | 0.9% | 0.38% | - |
| HSV(B) | 153.75º | 0.95% | 0.73% | - |
| XYZ | 20.44 | 36.29 | 20.39 | - |
| YUV | 124.6 | 119.19 | 46.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 186 | 109 | 0.95 | 0 | 0.41 | 0.27 | 153.75 | 0.9 | 0.38 |
| Hex | A | BA | 6D | 5F | 0 | 29 | 1B | 9A | 5A | 26 |
| Octal | 12 | 272 | 155 | 137 | 0 | 51 | 33 | 232 | 132 | 46 |
| Binary | 1010 | 10111010 | 1101101 | 1011111 | 0 | 101001 | 11011 | 10011010 | 1011010 | 100110 |
Color Harmonies of #0ABA6D
Complementary color
Monochromatic Colors of #0ABA6D
Black with #0ABA6D
Text Example
Text Example
White with #0ABA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABA6D; }
p { color: rgb(10,186,109); }
H1.HeaderClassName
{
color: #0ABA6D;
}
.AnyTagClassName
{
color: #0ABA6D;
}
</style>
background-color css
<style>
a { background-color: #0ABA6D; }
a { background-color: rgb(10,186,109); }
div.DivClassName
{
background-color: #0ABA6D;
}
.BgClassName
{
background-color: #0ABA6D;
}
</style>
border-color css
<style>
span { border-color: #0ABA6D; }
span { border-color: rgb(10,186,109); }
td.TdClassName
{
border-color: #0ABA6D;
}
.TagClassName
{
border-color: #0ABA6D;
}
</style>