Shades of Jade #0FC166
Tints of Jade #0FC166
RGB
CMYK
RGB Variations
Color information
#0FC166 (or 0x0FC166) is known color: Jade. HEX triplet: 0F, C1 and 66. RGB value is (15,193,102). Sum of RGB (Red+Green+Blue) = 15+193+102=310 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.84% from 310); Green value is 193 (75.78% from 255 or 62.26% from 310); Blue value is 102 (40.23% from 255 or 32.90% from 310); Max value from RGB is 193 - color contains mainly: green. Hex color #0FC166 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC166 is #F03E99. Grayscale: #818181. Windows color (decimal): -15744666 or 6734095. OLE color: 6734095.
HSL color Cylindrical-coordinate representation of color #0FC166: hue angle of 149.33º 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 #0FC166 is Cyan = 0.92, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 15 | 193 | 102 | - |
| CMYK | 0.92 | 0 | 0.47 | 0.24 |
| HSL | 149.33º | 0.86% | 0.41% | - |
| HSV(B) | 149.33º | 0.92% | 0.76% | - |
| XYZ | 21.67 | 39.2 | 19 | - |
| YUV | 129.4 | 112.53 | 46.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 193 | 102 | 0.92 | 0 | 0.47 | 0.24 | 149.33 | 0.86 | 0.41 |
| Hex | F | C1 | 66 | 5C | 0 | 2F | 18 | 95 | 56 | 29 |
| Octal | 17 | 301 | 146 | 134 | 0 | 57 | 30 | 225 | 126 | 51 |
| Binary | 1111 | 11000001 | 1100110 | 1011100 | 0 | 101111 | 11000 | 10010101 | 1010110 | 101001 |
Color Harmonies of #0FC166
Complementary color
Monochromatic Colors of #0FC166
Black with #0FC166
Text Example
Text Example
White with #0FC166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC166; }
p { color: rgb(15,193,102); }
H1.HeaderClassName
{
color: #0FC166;
}
.AnyTagClassName
{
color: #0FC166;
}
</style>
background-color css
<style>
a { background-color: #0FC166; }
a { background-color: rgb(15,193,102); }
div.DivClassName
{
background-color: #0FC166;
}
.BgClassName
{
background-color: #0FC166;
}
</style>
border-color css
<style>
span { border-color: #0FC166; }
span { border-color: rgb(15,193,102); }
td.TdClassName
{
border-color: #0FC166;
}
.TagClassName
{
border-color: #0FC166;
}
</style>