Shades of Jade #0EC26F
Tints of Jade #0EC26F
RGB
CMYK
RGB Variations
Color information
#0EC26F (or 0x0EC26F) is known color: Jade. HEX triplet: 0E, C2 and 6F. RGB value is (14,194,111). Sum of RGB (Red+Green+Blue) = 14+194+111=319 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.39% from 319); Green value is 194 (76.17% from 255 or 60.82% from 319); Blue value is 111 (43.75% from 255 or 34.80% from 319); Max value from RGB is 194 - color contains mainly: green. Hex color #0EC26F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EC26F is #F13D90. Grayscale: #828282. Windows color (decimal): -15809937 or 7324174. OLE color: 7324174.
HSL color Cylindrical-coordinate representation of color #0EC26F: hue angle of 152.33º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC26F is Cyan = 0.93, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 14 | 194 | 111 | - |
| CMYK | 0.93 | 0 | 0.43 | 0.24 |
| HSL | 152.33º | 0.87% | 0.41% | - |
| HSV(B) | 152.33º | 0.93% | 0.76% | - |
| XYZ | 22.34 | 39.82 | 21.55 | - |
| YUV | 130.72 | 116.87 | 44.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 194 | 111 | 0.93 | 0 | 0.43 | 0.24 | 152.33 | 0.87 | 0.41 |
| Hex | E | C2 | 6F | 5D | 0 | 2B | 18 | 98 | 57 | 29 |
| Octal | 16 | 302 | 157 | 135 | 0 | 53 | 30 | 230 | 127 | 51 |
| Binary | 1110 | 11000010 | 1101111 | 1011101 | 0 | 101011 | 11000 | 10011000 | 1010111 | 101001 |
Color Harmonies of #0EC26F
Complementary color
Monochromatic Colors of #0EC26F
Black with #0EC26F
Text Example
Text Example
White with #0EC26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC26F; }
p { color: rgb(14,194,111); }
H1.HeaderClassName
{
color: #0EC26F;
}
.AnyTagClassName
{
color: #0EC26F;
}
</style>
background-color css
<style>
a { background-color: #0EC26F; }
a { background-color: rgb(14,194,111); }
div.DivClassName
{
background-color: #0EC26F;
}
.BgClassName
{
background-color: #0EC26F;
}
</style>
border-color css
<style>
span { border-color: #0EC26F; }
span { border-color: rgb(14,194,111); }
td.TdClassName
{
border-color: #0EC26F;
}
.TagClassName
{
border-color: #0EC26F;
}
</style>