Shades of Jade #0ABD61
Tints of Jade #0ABD61
RGB
CMYK
RGB Variations
Color information
#0ABD61 (or 0x0ABD61) is known color: Jade. HEX triplet: 0A, BD and 61. RGB value is (10,189,97). Sum of RGB (Red+Green+Blue) = 10+189+97=296 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.38% from 296); Green value is 189 (74.22% from 255 or 63.85% from 296); Blue value is 97 (38.28% from 255 or 32.77% from 296); Max value from RGB is 189 - color contains mainly: green. Hex color #0ABD61 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ABD61 is #F5429E. Grayscale: #7D7D7D. Windows color (decimal): -16073375 or 6405386. OLE color: 6405386.
HSL color Cylindrical-coordinate representation of color #0ABD61: hue angle of 149.16º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABD61 is Cyan = 0.95, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 189 | 97 | - |
| CMYK | 0.95 | 0 | 0.49 | 0.26 |
| HSL | 149.16º | 0.9% | 0.39% | - |
| HSV(B) | 149.16º | 0.95% | 0.74% | - |
| XYZ | 20.48 | 37.32 | 17.43 | - |
| YUV | 124.99 | 112.2 | 45.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 189 | 97 | 0.95 | 0 | 0.49 | 0.26 | 149.16 | 0.9 | 0.39 |
| Hex | A | BD | 61 | 5F | 0 | 31 | 1A | 95 | 5A | 27 |
| Octal | 12 | 275 | 141 | 137 | 0 | 61 | 32 | 225 | 132 | 47 |
| Binary | 1010 | 10111101 | 1100001 | 1011111 | 0 | 110001 | 11010 | 10010101 | 1011010 | 100111 |
Color Harmonies of #0ABD61
Complementary color
Monochromatic Colors of #0ABD61
Black with #0ABD61
Text Example
Text Example
White with #0ABD61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABD61; }
p { color: rgb(10,189,97); }
H1.HeaderClassName
{
color: #0ABD61;
}
.AnyTagClassName
{
color: #0ABD61;
}
</style>
background-color css
<style>
a { background-color: #0ABD61; }
a { background-color: rgb(10,189,97); }
div.DivClassName
{
background-color: #0ABD61;
}
.BgClassName
{
background-color: #0ABD61;
}
</style>
border-color css
<style>
span { border-color: #0ABD61; }
span { border-color: rgb(10,189,97); }
td.TdClassName
{
border-color: #0ABD61;
}
.TagClassName
{
border-color: #0ABD61;
}
</style>