Shades of Jade #0ABF60
Tints of Jade #0ABF60
RGB
CMYK
RGB Variations
Color information
#0ABF60 (or 0x0ABF60) is known color: Jade. HEX triplet: 0A, BF and 60. RGB value is (10,191,96). Sum of RGB (Red+Green+Blue) = 10+191+96=297 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.37% from 297); Green value is 191 (75% from 255 or 64.31% from 297); Blue value is 96 (37.89% from 255 or 32.32% from 297); Max value from RGB is 191 - color contains mainly: green. Hex color #0ABF60 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ABF60 is #F5409F. Grayscale: #7E7E7E. Windows color (decimal): -16072864 or 6340362. OLE color: 6340362.
HSL color Cylindrical-coordinate representation of color #0ABF60: hue angle of 148.51º 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 #0ABF60 is Cyan = 0.95, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 191 | 96 | - |
| CMYK | 0.95 | 0 | 0.50 | 0.25 |
| HSL | 148.51º | 0.9% | 0.39% | - |
| HSV(B) | 148.51º | 0.95% | 0.75% | - |
| XYZ | 20.87 | 38.17 | 17.33 | - |
| YUV | 126.05 | 111.03 | 45.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 191 | 96 | 0.95 | 0 | 0.50 | 0.25 | 148.51 | 0.9 | 0.39 |
| Hex | A | BF | 60 | 5F | 0 | 32 | 19 | 95 | 5A | 27 |
| Octal | 12 | 277 | 140 | 137 | 0 | 62 | 31 | 225 | 132 | 47 |
| Binary | 1010 | 10111111 | 1100000 | 1011111 | 0 | 110010 | 11001 | 10010101 | 1011010 | 100111 |
Color Harmonies of #0ABF60
Complementary color
Monochromatic Colors of #0ABF60
Black with #0ABF60
Text Example
Text Example
White with #0ABF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABF60; }
p { color: rgb(10,191,96); }
H1.HeaderClassName
{
color: #0ABF60;
}
.AnyTagClassName
{
color: #0ABF60;
}
</style>
background-color css
<style>
a { background-color: #0ABF60; }
a { background-color: rgb(10,191,96); }
div.DivClassName
{
background-color: #0ABF60;
}
.BgClassName
{
background-color: #0ABF60;
}
</style>
border-color css
<style>
span { border-color: #0ABF60; }
span { border-color: rgb(10,191,96); }
td.TdClassName
{
border-color: #0ABF60;
}
.TagClassName
{
border-color: #0ABF60;
}
</style>