Shades of Jade #0ABB76
Tints of Jade #0ABB76
RGB
CMYK
RGB Variations
Color information
#0ABB76 (or 0x0ABB76) is known color: Jade. HEX triplet: 0A, BB and 76. RGB value is (10,187,118). Sum of RGB (Red+Green+Blue) = 10+187+118=315 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.17% from 315); Green value is 187 (73.44% from 255 or 59.37% from 315); Blue value is 118 (46.48% from 255 or 37.46% from 315); Max value from RGB is 187 - color contains mainly: green. Hex color #0ABB76 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ABB76 is #F54489. Grayscale: #7E7E7E. Windows color (decimal): -16073866 or 7781130. OLE color: 7781130.
HSL color Cylindrical-coordinate representation of color #0ABB76: hue angle of 156.61º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABB76 is Cyan = 0.95, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 10 | 187 | 118 | - |
| CMYK | 0.95 | 0 | 0.37 | 0.27 |
| HSL | 156.61º | 0.9% | 0.39% | - |
| HSV(B) | 156.61º | 0.95% | 0.73% | - |
| XYZ | 21.17 | 36.91 | 23.15 | - |
| YUV | 126.21 | 123.36 | 45.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 187 | 118 | 0.95 | 0 | 0.37 | 0.27 | 156.61 | 0.9 | 0.39 |
| Hex | A | BB | 76 | 5F | 0 | 25 | 1B | 9D | 5A | 27 |
| Octal | 12 | 273 | 166 | 137 | 0 | 45 | 33 | 235 | 132 | 47 |
| Binary | 1010 | 10111011 | 1110110 | 1011111 | 0 | 100101 | 11011 | 10011101 | 1011010 | 100111 |
Color Harmonies of #0ABB76
Complementary color
Monochromatic Colors of #0ABB76
Black with #0ABB76
Text Example
Text Example
White with #0ABB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABB76; }
p { color: rgb(10,187,118); }
H1.HeaderClassName
{
color: #0ABB76;
}
.AnyTagClassName
{
color: #0ABB76;
}
</style>
background-color css
<style>
a { background-color: #0ABB76; }
a { background-color: rgb(10,187,118); }
div.DivClassName
{
background-color: #0ABB76;
}
.BgClassName
{
background-color: #0ABB76;
}
</style>
border-color css
<style>
span { border-color: #0ABB76; }
span { border-color: rgb(10,187,118); }
td.TdClassName
{
border-color: #0ABB76;
}
.TagClassName
{
border-color: #0ABB76;
}
</style>