Shades of Jade #0FC266
Tints of Jade #0FC266
RGB
CMYK
RGB Variations
Color information
#0FC266 (or 0x0FC266) is known color: Jade. HEX triplet: 0F, C2 and 66. RGB value is (15,194,102). Sum of RGB (Red+Green+Blue) = 15+194+102=311 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.82% from 311); Green value is 194 (76.17% from 255 or 62.38% from 311); Blue value is 102 (40.23% from 255 or 32.80% from 311); Max value from RGB is 194 - color contains mainly: green. Hex color #0FC266 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC266 is #F03D99. Grayscale: #828282. Windows color (decimal): -15744410 or 6734351. OLE color: 6734351.
HSL color Cylindrical-coordinate representation of color #0FC266: hue angle of 149.16º 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 #0FC266 is Cyan = 0.92, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 15 | 194 | 102 | - |
| CMYK | 0.92 | 0 | 0.47 | 0.24 |
| HSL | 149.16º | 0.86% | 0.41% | - |
| HSV(B) | 149.16º | 0.92% | 0.76% | - |
| XYZ | 21.89 | 39.64 | 19.07 | - |
| YUV | 129.99 | 112.2 | 45.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 194 | 102 | 0.92 | 0 | 0.47 | 0.24 | 149.16 | 0.86 | 0.41 |
| Hex | F | C2 | 66 | 5C | 0 | 2F | 18 | 95 | 56 | 29 |
| Octal | 17 | 302 | 146 | 134 | 0 | 57 | 30 | 225 | 126 | 51 |
| Binary | 1111 | 11000010 | 1100110 | 1011100 | 0 | 101111 | 11000 | 10010101 | 1010110 | 101001 |
Color Harmonies of #0FC266
Complementary color
Monochromatic Colors of #0FC266
Black with #0FC266
Text Example
Text Example
White with #0FC266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC266; }
p { color: rgb(15,194,102); }
H1.HeaderClassName
{
color: #0FC266;
}
.AnyTagClassName
{
color: #0FC266;
}
</style>
background-color css
<style>
a { background-color: #0FC266; }
a { background-color: rgb(15,194,102); }
div.DivClassName
{
background-color: #0FC266;
}
.BgClassName
{
background-color: #0FC266;
}
</style>
border-color css
<style>
span { border-color: #0FC266; }
span { border-color: rgb(15,194,102); }
td.TdClassName
{
border-color: #0FC266;
}
.TagClassName
{
border-color: #0FC266;
}
</style>