Shades of Jade #0FBC6B
Tints of Jade #0FBC6B
RGB
CMYK
RGB Variations
Color information
#0FBC6B (or 0x0FBC6B) is known color: Jade. HEX triplet: 0F, BC and 6B. RGB value is (15,188,107). Sum of RGB (Red+Green+Blue) = 15+188+107=310 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.84% from 310); Green value is 188 (73.83% from 255 or 60.65% from 310); Blue value is 107 (42.19% from 255 or 34.52% from 310); Max value from RGB is 188 - color contains mainly: green. Hex color #0FBC6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FBC6B is #F04394. Grayscale: #7F7F7F. Windows color (decimal): -15745941 or 7060495. OLE color: 7060495.
HSL color Cylindrical-coordinate representation of color #0FBC6B: hue angle of 151.91º 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 #0FBC6B is Cyan = 0.92, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 188 | 107 | - |
| CMYK | 0.92 | 0 | 0.43 | 0.26 |
| HSL | 151.91º | 0.85% | 0.4% | - |
| HSV(B) | 151.91º | 0.92% | 0.74% | - |
| XYZ | 20.83 | 37.13 | 19.98 | - |
| YUV | 127.04 | 116.69 | 48.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 188 | 107 | 0.92 | 0 | 0.43 | 0.26 | 151.91 | 0.85 | 0.4 |
| Hex | F | BC | 6B | 5C | 0 | 2B | 1A | 98 | 55 | 28 |
| Octal | 17 | 274 | 153 | 134 | 0 | 53 | 32 | 230 | 125 | 50 |
| Binary | 1111 | 10111100 | 1101011 | 1011100 | 0 | 101011 | 11010 | 10011000 | 1010101 | 101000 |
Color Harmonies of #0FBC6B
Complementary color
Monochromatic Colors of #0FBC6B
Black with #0FBC6B
Text Example
Text Example
White with #0FBC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBC6B; }
p { color: rgb(15,188,107); }
H1.HeaderClassName
{
color: #0FBC6B;
}
.AnyTagClassName
{
color: #0FBC6B;
}
</style>
background-color css
<style>
a { background-color: #0FBC6B; }
a { background-color: rgb(15,188,107); }
div.DivClassName
{
background-color: #0FBC6B;
}
.BgClassName
{
background-color: #0FBC6B;
}
</style>
border-color css
<style>
span { border-color: #0FBC6B; }
span { border-color: rgb(15,188,107); }
td.TdClassName
{
border-color: #0FBC6B;
}
.TagClassName
{
border-color: #0FBC6B;
}
</style>