Shades of Jade #0ABB72
Tints of Jade #0ABB72
RGB
CMYK
RGB Variations
Color information
#0ABB72 (or 0x0ABB72) is known color: Jade. HEX triplet: 0A, BB and 72. RGB value is (10,187,114). Sum of RGB (Red+Green+Blue) = 10+187+114=311 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.22% from 311); Green value is 187 (73.44% from 255 or 60.13% from 311); Blue value is 114 (44.92% from 255 or 36.66% from 311); Max value from RGB is 187 - color contains mainly: green. Hex color #0ABB72 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ABB72 is #F5448D. Grayscale: #7D7D7D. Windows color (decimal): -16073870 or 7518986. OLE color: 7518986.
HSL color Cylindrical-coordinate representation of color #0ABB72: hue angle of 155.25º 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 #0ABB72 is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 10 | 187 | 114 | - |
| CMYK | 0.95 | 0 | 0.39 | 0.27 |
| HSL | 155.25º | 0.9% | 0.39% | - |
| HSV(B) | 155.25º | 0.95% | 0.73% | - |
| XYZ | 20.93 | 36.82 | 21.92 | - |
| YUV | 125.76 | 121.36 | 45.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 187 | 114 | 0.95 | 0 | 0.39 | 0.27 | 155.25 | 0.9 | 0.39 |
| Hex | A | BB | 72 | 5F | 0 | 27 | 1B | 9B | 5A | 27 |
| Octal | 12 | 273 | 162 | 137 | 0 | 47 | 33 | 233 | 132 | 47 |
| Binary | 1010 | 10111011 | 1110010 | 1011111 | 0 | 100111 | 11011 | 10011011 | 1011010 | 100111 |
Color Harmonies of #0ABB72
Complementary color
Monochromatic Colors of #0ABB72
Black with #0ABB72
Text Example
Text Example
White with #0ABB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABB72; }
p { color: rgb(10,187,114); }
H1.HeaderClassName
{
color: #0ABB72;
}
.AnyTagClassName
{
color: #0ABB72;
}
</style>
background-color css
<style>
a { background-color: #0ABB72; }
a { background-color: rgb(10,187,114); }
div.DivClassName
{
background-color: #0ABB72;
}
.BgClassName
{
background-color: #0ABB72;
}
</style>
border-color css
<style>
span { border-color: #0ABB72; }
span { border-color: rgb(10,187,114); }
td.TdClassName
{
border-color: #0ABB72;
}
.TagClassName
{
border-color: #0ABB72;
}
</style>