Html Css Color HEX #0EC170 Jade

📋 copy color: '#0EC170'

red 14 ◦ green 193 ◦ blue 112

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

Shades of Jade #0EC170

Tints of Jade #0EC170

RGB

 RED value IS 14 (5.86% from 255) = 4.39%

 GREEN value IS 193 (75.78% from 255) = 60.5%

 BLUE value IS 112 (44.14% from 255) = 35.11%

R = 4.39%
G = 60.5%
B = 35.11%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#0EC170 (or 0x0EC170) is known color: Jade. HEX triplet: 0E, C1 and 70. RGB value is (14,193,112). Sum of RGB (Red+Green+Blue) = 14+193+112=319 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.39% from 319); Green value is 193 (75.78% from 255 or 60.50% from 319); Blue value is 112 (44.14% from 255 or 35.11% from 319); Max value from RGB is 193 - color contains mainly: green. Hex color #0EC170 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EC170 is #F13E8F. Grayscale: #828282. Windows color (decimal): -15810192 or 7389454. OLE color: 7389454.

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

Color convert

RGB 14 193 112 -
CMYK 0.93 0 0.42 0.24
HSL 152.85º 0.86% 0.41% -
HSV(B) 152.85º 0.93% 0.76% -
XYZ 22.18 39.4 21.77 -
YUV 130.25 117.7 45.09 -
System Red Green Blue C M Y K H S L
Decimal 14 193 112 0.93 0 0.42 0.24 152.85 0.86 0.41
Hex E C1 70 5D 0 2A 18 99 56 29
Octal 16 301 160 135 0 52 30 231 126 51
Binary 1110 11000001 1110000 1011101 0 101010 11000 10011001 1010110 101001

Color Harmonies of #0EC170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC170

Black with #0EC170

Text Example


Text Example

White with #0EC170

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0EC170;
 }
 .AnyTagClassName
 {
   color: #0EC170;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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