Shades of Jade #0EC267
Tints of Jade #0EC267
RGB
CMYK
RGB Variations
Color information
#0EC267 (or 0x0EC267) is known color: Jade. HEX triplet: 0E, C2 and 67. RGB value is (14,194,103). Sum of RGB (Red+Green+Blue) = 14+194+103=311 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.50% from 311); Green value is 194 (76.17% from 255 or 62.38% from 311); Blue value is 103 (40.62% from 255 or 33.12% from 311); Max value from RGB is 194 - color contains mainly: green. Hex color #0EC267 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EC267 is #F13D98. Grayscale: #818181. Windows color (decimal): -15809945 or 6799886. OLE color: 6799886.
HSL color Cylindrical-coordinate representation of color #0EC267: hue angle of 149.67º 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 #0EC267 is Cyan = 0.93, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 14 | 194 | 103 | - |
| CMYK | 0.93 | 0 | 0.47 | 0.24 |
| HSL | 149.67º | 0.87% | 0.41% | - |
| HSV(B) | 149.67º | 0.93% | 0.76% | - |
| XYZ | 21.92 | 39.66 | 19.33 | - |
| YUV | 129.81 | 112.87 | 45.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 194 | 103 | 0.93 | 0 | 0.47 | 0.24 | 149.67 | 0.87 | 0.41 |
| Hex | E | C2 | 67 | 5D | 0 | 2F | 18 | 96 | 57 | 29 |
| Octal | 16 | 302 | 147 | 135 | 0 | 57 | 30 | 226 | 127 | 51 |
| Binary | 1110 | 11000010 | 1100111 | 1011101 | 0 | 101111 | 11000 | 10010110 | 1010111 | 101001 |
Color Harmonies of #0EC267
Complementary color
Monochromatic Colors of #0EC267
Black with #0EC267
Text Example
Text Example
White with #0EC267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC267; }
p { color: rgb(14,194,103); }
H1.HeaderClassName
{
color: #0EC267;
}
.AnyTagClassName
{
color: #0EC267;
}
</style>
background-color css
<style>
a { background-color: #0EC267; }
a { background-color: rgb(14,194,103); }
div.DivClassName
{
background-color: #0EC267;
}
.BgClassName
{
background-color: #0EC267;
}
</style>
border-color css
<style>
span { border-color: #0EC267; }
span { border-color: rgb(14,194,103); }
td.TdClassName
{
border-color: #0EC267;
}
.TagClassName
{
border-color: #0EC267;
}
</style>