Shades of Jade #0FBC66
Tints of Jade #0FBC66
RGB
CMYK
RGB Variations
Color information
#0FBC66 (or 0x0FBC66) is known color: Jade. HEX triplet: 0F, BC and 66. RGB value is (15,188,102). Sum of RGB (Red+Green+Blue) = 15+188+102=305 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.92% from 305); Green value is 188 (73.83% from 255 or 61.64% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 188 - color contains mainly: green. Hex color #0FBC66 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FBC66 is #F04399. Grayscale: #7E7E7E. Windows color (decimal): -15745946 or 6732815. OLE color: 6732815.
HSL color Cylindrical-coordinate representation of color #0FBC66: hue angle of 150.17º 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 #0FBC66 is Cyan = 0.92, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 188 | 102 | - |
| CMYK | 0.92 | 0 | 0.46 | 0.26 |
| HSL | 150.17º | 0.85% | 0.4% | - |
| HSV(B) | 150.17º | 0.92% | 0.74% | - |
| XYZ | 20.58 | 37.03 | 18.63 | - |
| YUV | 126.47 | 114.19 | 48.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 188 | 102 | 0.92 | 0 | 0.46 | 0.26 | 150.17 | 0.85 | 0.4 |
| Hex | F | BC | 66 | 5C | 0 | 2E | 1A | 96 | 55 | 28 |
| Octal | 17 | 274 | 146 | 134 | 0 | 56 | 32 | 226 | 125 | 50 |
| Binary | 1111 | 10111100 | 1100110 | 1011100 | 0 | 101110 | 11010 | 10010110 | 1010101 | 101000 |
Color Harmonies of #0FBC66
Complementary color
Monochromatic Colors of #0FBC66
Black with #0FBC66
Text Example
Text Example
White with #0FBC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBC66; }
p { color: rgb(15,188,102); }
H1.HeaderClassName
{
color: #0FBC66;
}
.AnyTagClassName
{
color: #0FBC66;
}
</style>
background-color css
<style>
a { background-color: #0FBC66; }
a { background-color: rgb(15,188,102); }
div.DivClassName
{
background-color: #0FBC66;
}
.BgClassName
{
background-color: #0FBC66;
}
</style>
border-color css
<style>
span { border-color: #0FBC66; }
span { border-color: rgb(15,188,102); }
td.TdClassName
{
border-color: #0FBC66;
}
.TagClassName
{
border-color: #0FBC66;
}
</style>