Html Css Color HEX #0EC071 Jade

📋 copy color: '#0EC071'

red 14 ◦ green 192 ◦ blue 113

#0EC071
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jade #0EC071

Tints of Jade #0EC071

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 value IS 0.93

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#0EC071 (or 0x0EC071) is known color: 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

RGB 14 192 113 -
CMYK 0.93 0 0.41 0.25
HSL 153.37º 0.86% 0.4% -
HSV(B) 153.37º 0.93% 0.75% -
XYZ 22.01 38.98 21.99 -
YUV 129.77 118.53 45.42 -
System Red Green Blue C M Y K H S L
Decimal 14 192 113 0.93 0 0.41 0.25 153.37 0.86 0.4
Hex E C0 71 5D 0 29 19 99 56 28
Octal 16 300 161 135 0 51 31 231 126 50
Binary 1110 11000000 1110001 1011101 0 101001 11001 10011001 1010110 101000

Color Harmonies of #0EC071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC071

Black with #0EC071

Text Example


Text Example

White with #0EC071

Text Example


Text Example

HTML Codes & Css Web 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>