Shades of Jade #0FB06D
Tints of Jade #0FB06D
RGB
CMYK
RGB Variations
Color information
#0FB06D (or 0x0FB06D) is known color: Jade. HEX triplet: 0F, B0 and 6D. RGB value is (15,176,109). Sum of RGB (Red+Green+Blue) = 15+176+109=300 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5% from 300); Green value is 176 (69.14% from 255 or 58.67% from 300); Blue value is 109 (42.97% from 255 or 36.33% from 300); Max value from RGB is 176 - color contains mainly: green. Hex color #0FB06D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FB06D is #F04F92. Grayscale: #787878. Windows color (decimal): -15749011 or 7188495. OLE color: 7188495.
HSL color Cylindrical-coordinate representation of color #0FB06D: hue angle of 155.03º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FB06D is Cyan = 0.91, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 176 | 109 | - |
| CMYK | 0.91 | 0 | 0.38 | 0.31 |
| HSL | 155.03º | 0.84% | 0.37% | - |
| HSV(B) | 155.03º | 0.91% | 0.69% | - |
| XYZ | 18.48 | 32.26 | 19.72 | - |
| YUV | 120.22 | 121.66 | 52.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 176 | 109 | 0.91 | 0 | 0.38 | 0.31 | 155.03 | 0.84 | 0.37 |
| Hex | F | B0 | 6D | 5B | 0 | 26 | 1F | 9B | 54 | 25 |
| Octal | 17 | 260 | 155 | 133 | 0 | 46 | 37 | 233 | 124 | 45 |
| Binary | 1111 | 10110000 | 1101101 | 1011011 | 0 | 100110 | 11111 | 10011011 | 1010100 | 100101 |
Color Harmonies of #0FB06D
Complementary color
Monochromatic Colors of #0FB06D
Black with #0FB06D
Text Example
Text Example
White with #0FB06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB06D; }
p { color: rgb(15,176,109); }
H1.HeaderClassName
{
color: #0FB06D;
}
.AnyTagClassName
{
color: #0FB06D;
}
</style>
background-color css
<style>
a { background-color: #0FB06D; }
a { background-color: rgb(15,176,109); }
div.DivClassName
{
background-color: #0FB06D;
}
.BgClassName
{
background-color: #0FB06D;
}
</style>
border-color css
<style>
span { border-color: #0FB06D; }
span { border-color: rgb(15,176,109); }
td.TdClassName
{
border-color: #0FB06D;
}
.TagClassName
{
border-color: #0FB06D;
}
</style>