Shades of Jade #0FBA67
Tints of Jade #0FBA67
RGB
CMYK
RGB Variations
Color information
#0FBA67 (or 0x0FBA67) is known color: Jade. HEX triplet: 0F, BA and 67. RGB value is (15,186,103). Sum of RGB (Red+Green+Blue) = 15+186+103=304 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.93% from 304); Green value is 186 (73.05% from 255 or 61.18% from 304); Blue value is 103 (40.62% from 255 or 33.88% from 304); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA67 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FBA67 is #F04598. Grayscale: #7D7D7D. Windows color (decimal): -15746457 or 6797839. OLE color: 6797839.
HSL color Cylindrical-coordinate representation of color #0FBA67: hue angle of 150.88º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBA67 is Cyan = 0.92, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 186 | 103 | - |
| CMYK | 0.92 | 0 | 0.45 | 0.27 |
| HSL | 150.88º | 0.85% | 0.39% | - |
| HSV(B) | 150.88º | 0.92% | 0.73% | - |
| XYZ | 20.2 | 36.2 | 18.75 | - |
| YUV | 125.41 | 115.35 | 49.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 186 | 103 | 0.92 | 0 | 0.45 | 0.27 | 150.88 | 0.85 | 0.39 |
| Hex | F | BA | 67 | 5C | 0 | 2D | 1B | 97 | 55 | 27 |
| Octal | 17 | 272 | 147 | 134 | 0 | 55 | 33 | 227 | 125 | 47 |
| Binary | 1111 | 10111010 | 1100111 | 1011100 | 0 | 101101 | 11011 | 10010111 | 1010101 | 100111 |
Color Harmonies of #0FBA67
Complementary color
Monochromatic Colors of #0FBA67
Black with #0FBA67
Text Example
Text Example
White with #0FBA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBA67; }
p { color: rgb(15,186,103); }
H1.HeaderClassName
{
color: #0FBA67;
}
.AnyTagClassName
{
color: #0FBA67;
}
</style>
background-color css
<style>
a { background-color: #0FBA67; }
a { background-color: rgb(15,186,103); }
div.DivClassName
{
background-color: #0FBA67;
}
.BgClassName
{
background-color: #0FBA67;
}
</style>
border-color css
<style>
span { border-color: #0FBA67; }
span { border-color: rgb(15,186,103); }
td.TdClassName
{
border-color: #0FBA67;
}
.TagClassName
{
border-color: #0FBA67;
}
</style>