Html Css Color HEX #0EC16A Jade

📋 copy color: '#0EC16A'

red 14 ◦ green 193 ◦ blue 106

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

Shades of Jade #0EC16A

Tints of Jade #0EC16A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.87%

R = 4.47%
G = 61.66%
B = 33.87%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#0EC16A (or 0x0EC16A) is known color: Jade. HEX triplet: 0E, C1 and 6A. RGB value is (14,193,106). Sum of RGB (Red+Green+Blue) = 14+193+106=313 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.47% from 313); Green value is 193 (75.78% from 255 or 61.66% from 313); Blue value is 106 (41.80% from 255 or 33.87% from 313); Max value from RGB is 193 - color contains mainly: green. Hex color #0EC16A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EC16A is #F13E95. Grayscale: #818181. Windows color (decimal): -15810198 or 6996238. OLE color: 6996238.

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

Color convert

RGB 14 193 106 -
CMYK 0.93 0 0.45 0.24
HSL 150.84º 0.86% 0.41% -
HSV(B) 150.84º 0.93% 0.76% -
XYZ 21.85 39.27 20.06 -
YUV 129.56 114.7 45.57 -
System Red Green Blue C M Y K H S L
Decimal 14 193 106 0.93 0 0.45 0.24 150.84 0.86 0.41
Hex E C1 6A 5D 0 2D 18 97 56 29
Octal 16 301 152 135 0 55 30 227 126 51
Binary 1110 11000001 1101010 1011101 0 101101 11000 10010111 1010110 101001

Color Harmonies of #0EC16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC16A

Black with #0EC16A

Text Example


Text Example

White with #0EC16A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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