Shades of Jade #0FBC64
Tints of Jade #0FBC64
RGB
CMYK
RGB Variations
Color information
#0FBC64 (or 0x0FBC64) is known color: Jade. HEX triplet: 0F, BC and 64. RGB value is (15,188,100). Sum of RGB (Red+Green+Blue) = 15+188+100=303 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.95% from 303); Green value is 188 (73.83% from 255 or 62.05% from 303); Blue value is 100 (39.45% from 255 or 33.00% from 303); Max value from RGB is 188 - color contains mainly: green. Hex color #0FBC64 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FBC64 is #F0439B. Grayscale: #7E7E7E. Windows color (decimal): -15745948 or 6601743. OLE color: 6601743.
HSL color Cylindrical-coordinate representation of color #0FBC64: hue angle of 149.48º 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 #0FBC64 is Cyan = 0.92, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 188 | 100 | - |
| CMYK | 0.92 | 0 | 0.47 | 0.26 |
| HSL | 149.48º | 0.85% | 0.4% | - |
| HSV(B) | 149.48º | 0.92% | 0.74% | - |
| XYZ | 20.48 | 36.99 | 18.12 | - |
| YUV | 126.24 | 113.19 | 48.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 188 | 100 | 0.92 | 0 | 0.47 | 0.26 | 149.48 | 0.85 | 0.4 |
| Hex | F | BC | 64 | 5C | 0 | 2F | 1A | 95 | 55 | 28 |
| Octal | 17 | 274 | 144 | 134 | 0 | 57 | 32 | 225 | 125 | 50 |
| Binary | 1111 | 10111100 | 1100100 | 1011100 | 0 | 101111 | 11010 | 10010101 | 1010101 | 101000 |
Color Harmonies of #0FBC64
Complementary color
Monochromatic Colors of #0FBC64
Black with #0FBC64
Text Example
Text Example
White with #0FBC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBC64; }
p { color: rgb(15,188,100); }
H1.HeaderClassName
{
color: #0FBC64;
}
.AnyTagClassName
{
color: #0FBC64;
}
</style>
background-color css
<style>
a { background-color: #0FBC64; }
a { background-color: rgb(15,188,100); }
div.DivClassName
{
background-color: #0FBC64;
}
.BgClassName
{
background-color: #0FBC64;
}
</style>
border-color css
<style>
span { border-color: #0FBC64; }
span { border-color: rgb(15,188,100); }
td.TdClassName
{
border-color: #0FBC64;
}
.TagClassName
{
border-color: #0FBC64;
}
</style>