Shades of Jade #0FC16B
Tints of Jade #0FC16B
RGB
CMYK
RGB Variations
Color information
#0FC16B (or 0x0FC16B) is known color: Jade. HEX triplet: 0F, C1 and 6B. RGB value is (15,193,107). Sum of RGB (Red+Green+Blue) = 15+193+107=315 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.76% from 315); Green value is 193 (75.78% from 255 or 61.27% from 315); Blue value is 107 (42.19% from 255 or 33.97% from 315); Max value from RGB is 193 - color contains mainly: green. Hex color #0FC16B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC16B is #F03E94. Grayscale: #828282. Windows color (decimal): -15744661 or 7061775. OLE color: 7061775.
HSL color Cylindrical-coordinate representation of color #0FC16B: hue angle of 151.01º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC16B is Cyan = 0.92, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 15 | 193 | 107 | - |
| CMYK | 0.92 | 0 | 0.45 | 0.24 |
| HSL | 151.01º | 0.86% | 0.41% | - |
| HSV(B) | 151.01º | 0.92% | 0.76% | - |
| XYZ | 21.92 | 39.3 | 20.34 | - |
| YUV | 129.97 | 115.03 | 45.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 193 | 107 | 0.92 | 0 | 0.45 | 0.24 | 151.01 | 0.86 | 0.41 |
| Hex | F | C1 | 6B | 5C | 0 | 2D | 18 | 97 | 56 | 29 |
| Octal | 17 | 301 | 153 | 134 | 0 | 55 | 30 | 227 | 126 | 51 |
| Binary | 1111 | 11000001 | 1101011 | 1011100 | 0 | 101101 | 11000 | 10010111 | 1010110 | 101001 |
Color Harmonies of #0FC16B
Complementary color
Monochromatic Colors of #0FC16B
Black with #0FC16B
Text Example
Text Example
White with #0FC16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC16B; }
p { color: rgb(15,193,107); }
H1.HeaderClassName
{
color: #0FC16B;
}
.AnyTagClassName
{
color: #0FC16B;
}
</style>
background-color css
<style>
a { background-color: #0FC16B; }
a { background-color: rgb(15,193,107); }
div.DivClassName
{
background-color: #0FC16B;
}
.BgClassName
{
background-color: #0FC16B;
}
</style>
border-color css
<style>
span { border-color: #0FC16B; }
span { border-color: rgb(15,193,107); }
td.TdClassName
{
border-color: #0FC16B;
}
.TagClassName
{
border-color: #0FC16B;
}
</style>