Shades of Jade #0ABF73
Tints of Jade #0ABF73
RGB
CMYK
RGB Variations
Color information
#0ABF73 (or 0x0ABF73) is known color: Jade. HEX triplet: 0A, BF and 73. RGB value is (10,191,115). Sum of RGB (Red+Green+Blue) = 10+191+115=316 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.16% from 316); Green value is 191 (75% from 255 or 60.44% from 316); Blue value is 115 (45.31% from 255 or 36.39% from 316); Max value from RGB is 191 - color contains mainly: green. Hex color #0ABF73 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ABF73 is #F5408C. Grayscale: #808080. Windows color (decimal): -16072845 or 7585546. OLE color: 7585546.
HSL color Cylindrical-coordinate representation of color #0ABF73: hue angle of 154.81º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABF73 is Cyan = 0.95, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 191 | 115 | - |
| CMYK | 0.95 | 0 | 0.40 | 0.25 |
| HSL | 154.81º | 0.9% | 0.39% | - |
| HSV(B) | 154.81º | 0.95% | 0.75% | - |
| XYZ | 21.85 | 38.56 | 22.51 | - |
| YUV | 128.22 | 120.53 | 43.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 191 | 115 | 0.95 | 0 | 0.40 | 0.25 | 154.81 | 0.9 | 0.39 |
| Hex | A | BF | 73 | 5F | 0 | 28 | 19 | 9B | 5A | 27 |
| Octal | 12 | 277 | 163 | 137 | 0 | 50 | 31 | 233 | 132 | 47 |
| Binary | 1010 | 10111111 | 1110011 | 1011111 | 0 | 101000 | 11001 | 10011011 | 1011010 | 100111 |
Color Harmonies of #0ABF73
Complementary color
Monochromatic Colors of #0ABF73
Black with #0ABF73
Text Example
Text Example
White with #0ABF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABF73; }
p { color: rgb(10,191,115); }
H1.HeaderClassName
{
color: #0ABF73;
}
.AnyTagClassName
{
color: #0ABF73;
}
</style>
background-color css
<style>
a { background-color: #0ABF73; }
a { background-color: rgb(10,191,115); }
div.DivClassName
{
background-color: #0ABF73;
}
.BgClassName
{
background-color: #0ABF73;
}
</style>
border-color css
<style>
span { border-color: #0ABF73; }
span { border-color: rgb(10,191,115); }
td.TdClassName
{
border-color: #0ABF73;
}
.TagClassName
{
border-color: #0ABF73;
}
</style>