Html Css Color HEX #0EC46D Jade

📋 copy color: '#0EC46D'

red 14 ◦ green 196 ◦ blue 109

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

Shades of Jade #0EC46D

Tints of Jade #0EC46D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 61.44%

 BLUE value IS 109 (42.97% from 255) = 34.17%

R = 4.39%
G = 61.44%
B = 34.17%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#0EC46D (or 0x0EC46D) is known color: Jade. HEX triplet: 0E, C4 and 6D. RGB value is (14,196,109). Sum of RGB (Red+Green+Blue) = 14+196+109=319 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.39% from 319); Green value is 196 (76.95% from 255 or 61.44% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 196 - color contains mainly: green. Hex color #0EC46D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EC46D is #F13B92. Grayscale: #838383. Windows color (decimal): -15809427 or 7193614. OLE color: 7193614.

HSL color Cylindrical-coordinate representation of color #0EC46D: hue angle of 151.32º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC46D is Cyan = 0.93, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB 14 196 109 -
CMYK 0.93 0 0.44 0.23
HSL 151.32º 0.87% 0.41% -
HSV(B) 151.32º 0.93% 0.77% -
XYZ 22.68 40.68 21.12 -
YUV 131.66 115.2 44.07 -
System Red Green Blue C M Y K H S L
Decimal 14 196 109 0.93 0 0.44 0.23 151.32 0.87 0.41
Hex E C4 6D 5D 0 2C 17 97 57 29
Octal 16 304 155 135 0 54 27 227 127 51
Binary 1110 11000100 1101101 1011101 0 101100 10111 10010111 1010111 101001

Color Harmonies of #0EC46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC46D

Black with #0EC46D

Text Example


Text Example

White with #0EC46D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,196,109); }

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

background-color css

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

 a { background-color: rgb(14,196,109); }

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

border-color css

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

 span { border-color: rgb(14,196,109); }

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