Shades of Jade #0FB360
Tints of Jade #0FB360
RGB
CMYK
RGB Variations
Color information
#0FB360 (or 0x0FB360) is known color: Jade. HEX triplet: 0F, B3 and 60. RGB value is (15,179,96). Sum of RGB (Red+Green+Blue) = 15+179+96=290 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.17% from 290); Green value is 179 (70.31% from 255 or 61.72% from 290); Blue value is 96 (37.89% from 255 or 33.10% from 290); Max value from RGB is 179 - color contains mainly: green. Hex color #0FB360 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB360 is #F04C9F. Grayscale: #787878. Windows color (decimal): -15748256 or 6337295. OLE color: 6337295.
HSL color Cylindrical-coordinate representation of color #0FB360: hue angle of 149.63º 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 #0FB360 is Cyan = 0.92, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 15 | 179 | 96 | - |
| CMYK | 0.92 | 0 | 0.46 | 0.30 |
| HSL | 149.63º | 0.85% | 0.38% | - |
| HSV(B) | 149.63º | 0.92% | 0.7% | - |
| XYZ | 18.43 | 33.19 | 16.5 | - |
| YUV | 120.5 | 114.17 | 52.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 179 | 96 | 0.92 | 0 | 0.46 | 0.30 | 149.63 | 0.85 | 0.38 |
| Hex | F | B3 | 60 | 5C | 0 | 2E | 1E | 96 | 55 | 26 |
| Octal | 17 | 263 | 140 | 134 | 0 | 56 | 36 | 226 | 125 | 46 |
| Binary | 1111 | 10110011 | 1100000 | 1011100 | 0 | 101110 | 11110 | 10010110 | 1010101 | 100110 |
Color Harmonies of #0FB360
Complementary color
Monochromatic Colors of #0FB360
Black with #0FB360
Text Example
Text Example
White with #0FB360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB360; }
p { color: rgb(15,179,96); }
H1.HeaderClassName
{
color: #0FB360;
}
.AnyTagClassName
{
color: #0FB360;
}
</style>
background-color css
<style>
a { background-color: #0FB360; }
a { background-color: rgb(15,179,96); }
div.DivClassName
{
background-color: #0FB360;
}
.BgClassName
{
background-color: #0FB360;
}
</style>
border-color css
<style>
span { border-color: #0FB360; }
span { border-color: rgb(15,179,96); }
td.TdClassName
{
border-color: #0FB360;
}
.TagClassName
{
border-color: #0FB360;
}
</style>