Shades of Jade #0AB85F
Tints of Jade #0AB85F
RGB
CMYK
RGB Variations
Color information
#0AB85F (or 0x0AB85F) is known color: Jade. HEX triplet: 0A, B8 and 5F. RGB value is (10,184,95). Sum of RGB (Red+Green+Blue) = 10+184+95=289 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.46% from 289); Green value is 184 (72.27% from 255 or 63.67% from 289); Blue value is 95 (37.5% from 255 or 32.87% from 289); Max value from RGB is 184 - color contains mainly: green. Hex color #0AB85F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AB85F is #F547A0. Grayscale: #7A7A7A. Windows color (decimal): -16074657 or 6273034. OLE color: 6273034.
HSL color Cylindrical-coordinate representation of color #0AB85F: hue angle of 149.31º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AB85F is Cyan = 0.95, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 10 | 184 | 95 | - |
| CMYK | 0.95 | 0 | 0.48 | 0.28 |
| HSL | 149.31º | 0.9% | 0.38% | - |
| HSV(B) | 149.31º | 0.95% | 0.72% | - |
| XYZ | 19.33 | 35.17 | 16.6 | - |
| YUV | 121.83 | 112.85 | 48.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 184 | 95 | 0.95 | 0 | 0.48 | 0.28 | 149.31 | 0.9 | 0.38 |
| Hex | A | B8 | 5F | 5F | 0 | 30 | 1C | 95 | 5A | 26 |
| Octal | 12 | 270 | 137 | 137 | 0 | 60 | 34 | 225 | 132 | 46 |
| Binary | 1010 | 10111000 | 1011111 | 1011111 | 0 | 110000 | 11100 | 10010101 | 1011010 | 100110 |
Color Harmonies of #0AB85F
Complementary color
Monochromatic Colors of #0AB85F
Black with #0AB85F
Text Example
Text Example
White with #0AB85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB85F; }
p { color: rgb(10,184,95); }
H1.HeaderClassName
{
color: #0AB85F;
}
.AnyTagClassName
{
color: #0AB85F;
}
</style>
background-color css
<style>
a { background-color: #0AB85F; }
a { background-color: rgb(10,184,95); }
div.DivClassName
{
background-color: #0AB85F;
}
.BgClassName
{
background-color: #0AB85F;
}
</style>
border-color css
<style>
span { border-color: #0AB85F; }
span { border-color: rgb(10,184,95); }
td.TdClassName
{
border-color: #0AB85F;
}
.TagClassName
{
border-color: #0AB85F;
}
</style>