#0EC16E

Color #0EC16E Jade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jade #0EC16E

Tints of Jade #0EC16E

Color information

#0EC16E (or 0x0EC16E) is unknown color: approx Jade. HEX triplet: 0E, C1 and 6E. RGB value is (14,193,110). Sum of RGB (Red+Green+Blue) = 14+193+110=317 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.42% from 317); Green value is 193 (75.78% from 255 or 60.88% from 317); Blue value is 110 (43.36% from 255 or 34.70% from 317); Max value from RGB is 193 - color contains mainly: green. Hex color #0EC16E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EC16E is #F13E91. Grayscale: #828282. Windows color (decimal): -15810194 or 7258382. OLE color: 7258382.

HSL color Cylindrical-coordinate representation of color #0EC16E: hue angle of 152.18º degrees, saturation: 0.86, 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 #0EC16E is Cyan = 0.93, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB14193110-
CMYK0.9300.430.24
HSL152.18º86.47%40.59%-
HSV(B)152.18º92.75%75.69%-
XYZ22.0739.3621.19-
YUV130.02116.745.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 14 (5.86% from 255) = 4.42%
GREEN value IS 193 (75.78% from 255) = 60.88%
BLUE value IS 110 (43.36% from 255) = 34.70%
R=4.42%
G=60.88%
B=34.70%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal141931100.9300.430.24152.1886.4740.59
HexEC16E5D02B18985629
Octal163011561350533023012651
Binary11101100000111011101011101010101111000100110001010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EC16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0EC16E; }

 p { color: rgb(14,193,110); }

 H1.HeaderClassName
 {
   color: #0EC16E;
 }
 .AnyTagClassName
 {
   color: #0EC16E;
 }
</style>
background-color css

<style>
 a { background-color: #0EC16E; }

 a { background-color: rgb(14,193,110); }

 div.DivClassName
 {
   background-color: #0EC16E;
 }
 .BgClassName
 {
   background-color: #0EC16E;
 }
</style>
border-color css

<style>
 span { border-color: #0EC16E; }

 span { border-color: rgb(14,193,110); }

 td.TdClassName
 {
   border-color: #0EC16E;
 }
 .TagClassName
 {
   border-color: #0EC16E;
 }
</style>