Shades of Jade #0ABE63
Tints of Jade #0ABE63
RGB
CMYK
RGB Variations
Color information
#0ABE63 (or 0x0ABE63) is known color: Jade. HEX triplet: 0A, BE and 63. RGB value is (10,190,99). Sum of RGB (Red+Green+Blue) = 10+190+99=299 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.34% from 299); Green value is 190 (74.61% from 255 or 63.55% from 299); Blue value is 99 (39.06% from 255 or 33.11% from 299); Max value from RGB is 190 - color contains mainly: green. Hex color #0ABE63 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ABE63 is #F5419C. Grayscale: #7D7D7D. Windows color (decimal): -16073117 or 6536714. OLE color: 6536714.
HSL color Cylindrical-coordinate representation of color #0ABE63: hue angle of 149.67º 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 #0ABE63 is Cyan = 0.95, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 190 | 99 | - |
| CMYK | 0.95 | 0 | 0.48 | 0.25 |
| HSL | 149.67º | 0.9% | 0.39% | - |
| HSV(B) | 149.67º | 0.95% | 0.75% | - |
| XYZ | 20.79 | 37.79 | 18 | - |
| YUV | 125.81 | 112.87 | 45.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 190 | 99 | 0.95 | 0 | 0.48 | 0.25 | 149.67 | 0.9 | 0.39 |
| Hex | A | BE | 63 | 5F | 0 | 30 | 19 | 96 | 5A | 27 |
| Octal | 12 | 276 | 143 | 137 | 0 | 60 | 31 | 226 | 132 | 47 |
| Binary | 1010 | 10111110 | 1100011 | 1011111 | 0 | 110000 | 11001 | 10010110 | 1011010 | 100111 |
Color Harmonies of #0ABE63
Complementary color
Monochromatic Colors of #0ABE63
Black with #0ABE63
Text Example
Text Example
White with #0ABE63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABE63; }
p { color: rgb(10,190,99); }
H1.HeaderClassName
{
color: #0ABE63;
}
.AnyTagClassName
{
color: #0ABE63;
}
</style>
background-color css
<style>
a { background-color: #0ABE63; }
a { background-color: rgb(10,190,99); }
div.DivClassName
{
background-color: #0ABE63;
}
.BgClassName
{
background-color: #0ABE63;
}
</style>
border-color css
<style>
span { border-color: #0ABE63; }
span { border-color: rgb(10,190,99); }
td.TdClassName
{
border-color: #0ABE63;
}
.TagClassName
{
border-color: #0ABE63;
}
</style>