Shades of Jade #0FBC62
Tints of Jade #0FBC62
RGB
CMYK
RGB Variations
Color information
#0FBC62 (or 0x0FBC62) is known color: Jade. HEX triplet: 0F, BC and 62. RGB value is (15,188,98). Sum of RGB (Red+Green+Blue) = 15+188+98=301 (39% of max value = 765). Red value is 15 (6.25% from 255 or 4.98% from 301); Green value is 188 (73.83% from 255 or 62.46% from 301); Blue value is 98 (38.67% from 255 or 32.56% from 301); Max value from RGB is 188 - color contains mainly: green. Hex color #0FBC62 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FBC62 is #F0439D. Grayscale: #7E7E7E. Windows color (decimal): -15745950 or 6470671. OLE color: 6470671.
HSL color Cylindrical-coordinate representation of color #0FBC62: hue angle of 148.79º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBC62 is Cyan = 0.92, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 188 | 98 | - |
| CMYK | 0.92 | 0 | 0.48 | 0.26 |
| HSL | 148.79º | 0.85% | 0.4% | - |
| HSV(B) | 148.79º | 0.92% | 0.74% | - |
| XYZ | 20.38 | 36.95 | 17.61 | - |
| YUV | 126.01 | 112.19 | 48.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 188 | 98 | 0.92 | 0 | 0.48 | 0.26 | 148.79 | 0.85 | 0.4 |
| Hex | F | BC | 62 | 5C | 0 | 30 | 1A | 95 | 55 | 28 |
| Octal | 17 | 274 | 142 | 134 | 0 | 60 | 32 | 225 | 125 | 50 |
| Binary | 1111 | 10111100 | 1100010 | 1011100 | 0 | 110000 | 11010 | 10010101 | 1010101 | 101000 |
Color Harmonies of #0FBC62
Complementary color
Monochromatic Colors of #0FBC62
Black with #0FBC62
Text Example
Text Example
White with #0FBC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBC62; }
p { color: rgb(15,188,98); }
H1.HeaderClassName
{
color: #0FBC62;
}
.AnyTagClassName
{
color: #0FBC62;
}
</style>
background-color css
<style>
a { background-color: #0FBC62; }
a { background-color: rgb(15,188,98); }
div.DivClassName
{
background-color: #0FBC62;
}
.BgClassName
{
background-color: #0FBC62;
}
</style>
border-color css
<style>
span { border-color: #0FBC62; }
span { border-color: rgb(15,188,98); }
td.TdClassName
{
border-color: #0FBC62;
}
.TagClassName
{
border-color: #0FBC62;
}
</style>