Shades of Jade #0FBF6B
Tints of Jade #0FBF6B
RGB
CMYK
RGB Variations
Color information
#0FBF6B (or 0x0FBF6B) is known color: Jade. HEX triplet: 0F, BF and 6B. RGB value is (15,191,107). Sum of RGB (Red+Green+Blue) = 15+191+107=313 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.79% from 313); Green value is 191 (75% from 255 or 61.02% from 313); Blue value is 107 (42.19% from 255 or 34.19% from 313); Max value from RGB is 191 - color contains mainly: green. Hex color #0FBF6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FBF6B is #F04094. Grayscale: #808080. Windows color (decimal): -15745173 or 7061263. OLE color: 7061263.
HSL color Cylindrical-coordinate representation of color #0FBF6B: hue angle of 151.36º 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 #0FBF6B is Cyan = 0.92, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 191 | 107 | - |
| CMYK | 0.92 | 0 | 0.44 | 0.25 |
| HSL | 151.36º | 0.85% | 0.4% | - |
| HSV(B) | 151.36º | 0.92% | 0.75% | - |
| XYZ | 21.48 | 38.42 | 20.19 | - |
| YUV | 128.8 | 115.69 | 46.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 191 | 107 | 0.92 | 0 | 0.44 | 0.25 | 151.36 | 0.85 | 0.4 |
| Hex | F | BF | 6B | 5C | 0 | 2C | 19 | 97 | 55 | 28 |
| Octal | 17 | 277 | 153 | 134 | 0 | 54 | 31 | 227 | 125 | 50 |
| Binary | 1111 | 10111111 | 1101011 | 1011100 | 0 | 101100 | 11001 | 10010111 | 1010101 | 101000 |
Color Harmonies of #0FBF6B
Complementary color
Monochromatic Colors of #0FBF6B
Black with #0FBF6B
Text Example
Text Example
White with #0FBF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBF6B; }
p { color: rgb(15,191,107); }
H1.HeaderClassName
{
color: #0FBF6B;
}
.AnyTagClassName
{
color: #0FBF6B;
}
</style>
background-color css
<style>
a { background-color: #0FBF6B; }
a { background-color: rgb(15,191,107); }
div.DivClassName
{
background-color: #0FBF6B;
}
.BgClassName
{
background-color: #0FBF6B;
}
</style>
border-color css
<style>
span { border-color: #0FBF6B; }
span { border-color: rgb(15,191,107); }
td.TdClassName
{
border-color: #0FBF6B;
}
.TagClassName
{
border-color: #0FBF6B;
}
</style>