#0EC071

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

Shades of Jade #0EC071

Tints of Jade #0EC071

Color information

#0EC071 (or 0x0EC071) is unknown color: approx Jade. HEX triplet: 0E, C0 and 71. RGB value is (14,192,113). Sum of RGB (Red+Green+Blue) = 14+192+113=319 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.39% from 319); Green value is 192 (75.39% from 255 or 60.19% from 319); Blue value is 113 (44.53% from 255 or 35.42% from 319); Max value from RGB is 192 - color contains mainly: green. Hex color #0EC071 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EC071 is #F13F8E. Grayscale: #818181. Windows color (decimal): -15810447 or 7454734. OLE color: 7454734.

HSL color Cylindrical-coordinate representation of color #0EC071: hue angle of 153.37º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC071 is Cyan = 0.93, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB14192113-
CMYK0.9300.410.25
HSL153.37º86.41%40.39%-
HSV(B)153.37º92.71%75.29%-
XYZ22.0138.9821.99-
YUV129.77118.5345.42-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.39%
GREEN value IS 192 (75.39% from 255) = 60.19%
BLUE value IS 113 (44.53% from 255) = 35.42%
R=4.39%
G=60.19%
B=35.42%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal141921130.9300.410.25153.3786.4140.39
HexEC0715D02919995628
Octal163001611350513123112650
Binary11101100000011100011011101010100111001100110011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EC071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,192,113); }

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

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

 a { background-color: rgb(14,192,113); }

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

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

 span { border-color: rgb(14,192,113); }

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