Shades of Jade #0FB16D
Tints of Jade #0FB16D
RGB
CMYK
RGB Variations
Color information
#0FB16D (or 0x0FB16D) is known color: Jade. HEX triplet: 0F, B1 and 6D. RGB value is (15,177,109). Sum of RGB (Red+Green+Blue) = 15+177+109=301 (39% of max value = 765). Red value is 15 (6.25% from 255 or 4.98% from 301); Green value is 177 (69.53% from 255 or 58.80% from 301); Blue value is 109 (42.97% from 255 or 36.21% from 301); Max value from RGB is 177 - color contains mainly: green. Hex color #0FB16D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FB16D is #F04E92. Grayscale: #787878. Windows color (decimal): -15748755 or 7188751. OLE color: 7188751.
HSL color Cylindrical-coordinate representation of color #0FB16D: hue angle of 154.81º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB16D is Cyan = 0.92, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 177 | 109 | - |
| CMYK | 0.92 | 0 | 0.38 | 0.31 |
| HSL | 154.81º | 0.84% | 0.38% | - |
| HSV(B) | 154.81º | 0.92% | 0.69% | - |
| XYZ | 18.68 | 32.65 | 19.79 | - |
| YUV | 120.81 | 121.33 | 52.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 177 | 109 | 0.92 | 0 | 0.38 | 0.31 | 154.81 | 0.84 | 0.38 |
| Hex | F | B1 | 6D | 5C | 0 | 26 | 1F | 9B | 54 | 26 |
| Octal | 17 | 261 | 155 | 134 | 0 | 46 | 37 | 233 | 124 | 46 |
| Binary | 1111 | 10110001 | 1101101 | 1011100 | 0 | 100110 | 11111 | 10011011 | 1010100 | 100110 |
Color Harmonies of #0FB16D
Complementary color
Monochromatic Colors of #0FB16D
Black with #0FB16D
Text Example
Text Example
White with #0FB16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB16D; }
p { color: rgb(15,177,109); }
H1.HeaderClassName
{
color: #0FB16D;
}
.AnyTagClassName
{
color: #0FB16D;
}
</style>
background-color css
<style>
a { background-color: #0FB16D; }
a { background-color: rgb(15,177,109); }
div.DivClassName
{
background-color: #0FB16D;
}
.BgClassName
{
background-color: #0FB16D;
}
</style>
border-color css
<style>
span { border-color: #0FB16D; }
span { border-color: rgb(15,177,109); }
td.TdClassName
{
border-color: #0FB16D;
}
.TagClassName
{
border-color: #0FB16D;
}
</style>