Shades of Jade #0EC265
Tints of Jade #0EC265
RGB
CMYK
RGB Variations
Color information
#0EC265 (or 0x0EC265) is known color: Jade. HEX triplet: 0E, C2 and 65. RGB value is (14,194,101). Sum of RGB (Red+Green+Blue) = 14+194+101=309 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.53% from 309); Green value is 194 (76.17% from 255 or 62.78% from 309); Blue value is 101 (39.84% from 255 or 32.69% from 309); Max value from RGB is 194 - color contains mainly: green. Hex color #0EC265 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EC265 is #F13D9A. Grayscale: #818181. Windows color (decimal): -15809947 or 6668814. OLE color: 6668814.
HSL color Cylindrical-coordinate representation of color #0EC265: hue angle of 149º 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 #0EC265 is Cyan = 0.93, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 14 | 194 | 101 | - |
| CMYK | 0.93 | 0 | 0.48 | 0.24 |
| HSL | 149º | 0.87% | 0.41% | - |
| HSV(B) | 149º | 0.93% | 0.76% | - |
| XYZ | 21.82 | 39.62 | 18.81 | - |
| YUV | 129.58 | 111.87 | 45.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 194 | 101 | 0.93 | 0 | 0.48 | 0.24 | 149 | 0.87 | 0.41 |
| Hex | E | C2 | 65 | 5D | 0 | 30 | 18 | 95 | 57 | 29 |
| Octal | 16 | 302 | 145 | 135 | 0 | 60 | 30 | 225 | 127 | 51 |
| Binary | 1110 | 11000010 | 1100101 | 1011101 | 0 | 110000 | 11000 | 10010101 | 1010111 | 101001 |
Color Harmonies of #0EC265
Complementary color
Monochromatic Colors of #0EC265
Black with #0EC265
Text Example
Text Example
White with #0EC265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC265; }
p { color: rgb(14,194,101); }
H1.HeaderClassName
{
color: #0EC265;
}
.AnyTagClassName
{
color: #0EC265;
}
</style>
background-color css
<style>
a { background-color: #0EC265; }
a { background-color: rgb(14,194,101); }
div.DivClassName
{
background-color: #0EC265;
}
.BgClassName
{
background-color: #0EC265;
}
</style>
border-color css
<style>
span { border-color: #0EC265; }
span { border-color: rgb(14,194,101); }
td.TdClassName
{
border-color: #0EC265;
}
.TagClassName
{
border-color: #0EC265;
}
</style>