Html Css Color HEX #0EC16F Jade

📋 copy color: '#0EC16F'

red 14 ◦ green 193 ◦ blue 111

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

Shades of Jade #0EC16F

Tints of Jade #0EC16F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.91%

R = 4.4%
G = 60.69%
B = 34.91%

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

#0EC16F (or 0x0EC16F) is known color: Jade. HEX triplet: 0E, C1 and 6F. RGB value is (14,193,111). Sum of RGB (Red+Green+Blue) = 14+193+111=318 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.40% from 318); Green value is 193 (75.78% from 255 or 60.69% from 318); Blue value is 111 (43.75% from 255 or 34.91% from 318); Max value from RGB is 193 - color contains mainly: green. Hex color #0EC16F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EC16F is #F13E90. Grayscale: #828282. Windows color (decimal): -15810193 or 7323918. OLE color: 7323918.

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

Color convert

RGB 14 193 111 -
CMYK 0.93 0 0.42 0.24
HSL 152.51º 0.86% 0.41% -
HSV(B) 152.51º 0.93% 0.76% -
XYZ 22.12 39.38 21.47 -
YUV 130.13 117.2 45.17 -
System Red Green Blue C M Y K H S L
Decimal 14 193 111 0.93 0 0.42 0.24 152.51 0.86 0.41
Hex E C1 6F 5D 0 2A 18 99 56 29
Octal 16 301 157 135 0 52 30 231 126 51
Binary 1110 11000001 1101111 1011101 0 101010 11000 10011001 1010110 101001

Color Harmonies of #0EC16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC16F

Black with #0EC16F

Text Example


Text Example

White with #0EC16F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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