Shades of Jade #0FBF64
Tints of Jade #0FBF64
RGB
CMYK
RGB Variations
Color information
#0FBF64 (or 0x0FBF64) is known color: Jade. HEX triplet: 0F, BF and 64. RGB value is (15,191,100). Sum of RGB (Red+Green+Blue) = 15+191+100=306 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.90% from 306); Green value is 191 (75% from 255 or 62.42% from 306); Blue value is 100 (39.45% from 255 or 32.68% from 306); Max value from RGB is 191 - color contains mainly: green. Hex color #0FBF64 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FBF64 is #F0409B. Grayscale: #808080. Windows color (decimal): -15745180 or 6602511. OLE color: 6602511.
HSL color Cylindrical-coordinate representation of color #0FBF64: hue angle of 148.98º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBF64 is Cyan = 0.92, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 191 | 100 | - |
| CMYK | 0.92 | 0 | 0.48 | 0.25 |
| HSL | 148.98º | 0.85% | 0.4% | - |
| HSV(B) | 148.98º | 0.92% | 0.75% | - |
| XYZ | 21.13 | 38.28 | 18.33 | - |
| YUV | 128 | 112.19 | 47.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 191 | 100 | 0.92 | 0 | 0.48 | 0.25 | 148.98 | 0.85 | 0.4 |
| Hex | F | BF | 64 | 5C | 0 | 30 | 19 | 95 | 55 | 28 |
| Octal | 17 | 277 | 144 | 134 | 0 | 60 | 31 | 225 | 125 | 50 |
| Binary | 1111 | 10111111 | 1100100 | 1011100 | 0 | 110000 | 11001 | 10010101 | 1010101 | 101000 |
Color Harmonies of #0FBF64
Complementary color
Monochromatic Colors of #0FBF64
Black with #0FBF64
Text Example
Text Example
White with #0FBF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBF64; }
p { color: rgb(15,191,100); }
H1.HeaderClassName
{
color: #0FBF64;
}
.AnyTagClassName
{
color: #0FBF64;
}
</style>
background-color css
<style>
a { background-color: #0FBF64; }
a { background-color: rgb(15,191,100); }
div.DivClassName
{
background-color: #0FBF64;
}
.BgClassName
{
background-color: #0FBF64;
}
</style>
border-color css
<style>
span { border-color: #0FBF64; }
span { border-color: rgb(15,191,100); }
td.TdClassName
{
border-color: #0FBF64;
}
.TagClassName
{
border-color: #0FBF64;
}
</style>