Shades of Jade #0ABD73
Tints of Jade #0ABD73
RGB
CMYK
RGB Variations
Color information
#0ABD73 (or 0x0ABD73) is known color: Jade. HEX triplet: 0A, BD and 73. RGB value is (10,189,115). Sum of RGB (Red+Green+Blue) = 10+189+115=314 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.18% from 314); Green value is 189 (74.22% from 255 or 60.19% from 314); Blue value is 115 (45.31% from 255 or 36.62% from 314); Max value from RGB is 189 - color contains mainly: green. Hex color #0ABD73 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ABD73 is #F5428C. Grayscale: #7F7F7F. Windows color (decimal): -16073357 or 7585034. OLE color: 7585034.
HSL color Cylindrical-coordinate representation of color #0ABD73: hue angle of 155.2º 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 #0ABD73 is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 189 | 115 | - |
| CMYK | 0.95 | 0 | 0.39 | 0.26 |
| HSL | 155.2º | 0.9% | 0.39% | - |
| HSV(B) | 155.2º | 0.95% | 0.74% | - |
| XYZ | 21.42 | 37.7 | 22.37 | - |
| YUV | 127.04 | 121.2 | 44.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 189 | 115 | 0.95 | 0 | 0.39 | 0.26 | 155.2 | 0.9 | 0.39 |
| Hex | A | BD | 73 | 5F | 0 | 27 | 1A | 9B | 5A | 27 |
| Octal | 12 | 275 | 163 | 137 | 0 | 47 | 32 | 233 | 132 | 47 |
| Binary | 1010 | 10111101 | 1110011 | 1011111 | 0 | 100111 | 11010 | 10011011 | 1011010 | 100111 |
Color Harmonies of #0ABD73
Complementary color
Monochromatic Colors of #0ABD73
Black with #0ABD73
Text Example
Text Example
White with #0ABD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABD73; }
p { color: rgb(10,189,115); }
H1.HeaderClassName
{
color: #0ABD73;
}
.AnyTagClassName
{
color: #0ABD73;
}
</style>
background-color css
<style>
a { background-color: #0ABD73; }
a { background-color: rgb(10,189,115); }
div.DivClassName
{
background-color: #0ABD73;
}
.BgClassName
{
background-color: #0ABD73;
}
</style>
border-color css
<style>
span { border-color: #0ABD73; }
span { border-color: rgb(10,189,115); }
td.TdClassName
{
border-color: #0ABD73;
}
.TagClassName
{
border-color: #0ABD73;
}
</style>