Shades of Jade #0FBA6C
Tints of Jade #0FBA6C
RGB
CMYK
RGB Variations
Color information
#0FBA6C (or 0x0FBA6C) is known color: Jade. HEX triplet: 0F, BA and 6C. RGB value is (15,186,108). Sum of RGB (Red+Green+Blue) = 15+186+108=309 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.85% from 309); Green value is 186 (73.05% from 255 or 60.19% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA6C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FBA6C is #F04593. Grayscale: #7E7E7E. Windows color (decimal): -15746452 or 7125519. OLE color: 7125519.
HSL color Cylindrical-coordinate representation of color #0FBA6C: hue angle of 152.63º 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 #0FBA6C is Cyan = 0.92, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 186 | 108 | - |
| CMYK | 0.92 | 0 | 0.42 | 0.27 |
| HSL | 152.63º | 0.85% | 0.39% | - |
| HSV(B) | 152.63º | 0.92% | 0.73% | - |
| XYZ | 20.46 | 36.3 | 20.12 | - |
| YUV | 125.98 | 117.85 | 48.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 186 | 108 | 0.92 | 0 | 0.42 | 0.27 | 152.63 | 0.85 | 0.39 |
| Hex | F | BA | 6C | 5C | 0 | 2A | 1B | 99 | 55 | 27 |
| Octal | 17 | 272 | 154 | 134 | 0 | 52 | 33 | 231 | 125 | 47 |
| Binary | 1111 | 10111010 | 1101100 | 1011100 | 0 | 101010 | 11011 | 10011001 | 1010101 | 100111 |
Color Harmonies of #0FBA6C
Complementary color
Monochromatic Colors of #0FBA6C
Black with #0FBA6C
Text Example
Text Example
White with #0FBA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBA6C; }
p { color: rgb(15,186,108); }
H1.HeaderClassName
{
color: #0FBA6C;
}
.AnyTagClassName
{
color: #0FBA6C;
}
</style>
background-color css
<style>
a { background-color: #0FBA6C; }
a { background-color: rgb(15,186,108); }
div.DivClassName
{
background-color: #0FBA6C;
}
.BgClassName
{
background-color: #0FBA6C;
}
</style>
border-color css
<style>
span { border-color: #0FBA6C; }
span { border-color: rgb(15,186,108); }
td.TdClassName
{
border-color: #0FBA6C;
}
.TagClassName
{
border-color: #0FBA6C;
}
</style>