#0EC26E

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

Shades of Jade #0EC26E

Tints of Jade #0EC26E

Color information

#0EC26E (or 0x0EC26E) is unknown color: approx Jade. HEX triplet: 0E, C2 and 6E. RGB value is (14,194,110). Sum of RGB (Red+Green+Blue) = 14+194+110=318 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.40% from 318); Green value is 194 (76.17% from 255 or 61.01% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 194 - color contains mainly: green. Hex color #0EC26E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EC26E is #F13D91. Grayscale: #828282. Windows color (decimal): -15809938 or 7258638. OLE color: 7258638.

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

Color convert

RGB14194110-
CMYK0.9300.430.24
HSL152º86.54%40.78%-
HSV(B)152º92.78%76.08%-
XYZ22.2939.821.26-
YUV130.6116.3744.83-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.40%
GREEN value IS 194 (76.17% from 255) = 61.01%
BLUE value IS 110 (43.36% from 255) = 34.59%
R=4.40%
G=61.01%
B=34.59%

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
Decimal141941100.9300.430.2415286.5440.78
HexEC26E5D02B18985729
Octal163021561350533023012751
Binary11101100001011011101011101010101111000100110001010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EC26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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