Shades of Jade #0FB362
Tints of Jade #0FB362
RGB
CMYK
RGB Variations
Color information
#0FB362 (or 0x0FB362) is known color: Jade. HEX triplet: 0F, B3 and 62. RGB value is (15,179,98). Sum of RGB (Red+Green+Blue) = 15+179+98=292 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.14% from 292); Green value is 179 (70.31% from 255 or 61.30% from 292); Blue value is 98 (38.67% from 255 or 33.56% from 292); Max value from RGB is 179 - color contains mainly: green. Hex color #0FB362 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB362 is #F04C9D. Grayscale: #787878. Windows color (decimal): -15748254 or 6468367. OLE color: 6468367.
HSL color Cylindrical-coordinate representation of color #0FB362: hue angle of 150.37º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB362 is Cyan = 0.92, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 15 | 179 | 98 | - |
| CMYK | 0.92 | 0 | 0.45 | 0.30 |
| HSL | 150.37º | 0.85% | 0.38% | - |
| HSV(B) | 150.37º | 0.92% | 0.7% | - |
| XYZ | 18.52 | 33.22 | 16.99 | - |
| YUV | 120.73 | 115.17 | 52.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 179 | 98 | 0.92 | 0 | 0.45 | 0.30 | 150.37 | 0.85 | 0.38 |
| Hex | F | B3 | 62 | 5C | 0 | 2D | 1E | 96 | 55 | 26 |
| Octal | 17 | 263 | 142 | 134 | 0 | 55 | 36 | 226 | 125 | 46 |
| Binary | 1111 | 10110011 | 1100010 | 1011100 | 0 | 101101 | 11110 | 10010110 | 1010101 | 100110 |
Color Harmonies of #0FB362
Complementary color
Monochromatic Colors of #0FB362
Black with #0FB362
Text Example
Text Example
White with #0FB362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB362; }
p { color: rgb(15,179,98); }
H1.HeaderClassName
{
color: #0FB362;
}
.AnyTagClassName
{
color: #0FB362;
}
</style>
background-color css
<style>
a { background-color: #0FB362; }
a { background-color: rgb(15,179,98); }
div.DivClassName
{
background-color: #0FB362;
}
.BgClassName
{
background-color: #0FB362;
}
</style>
border-color css
<style>
span { border-color: #0FB362; }
span { border-color: rgb(15,179,98); }
td.TdClassName
{
border-color: #0FB362;
}
.TagClassName
{
border-color: #0FB362;
}
</style>