Html Css Color HEX #0EC40D Islamic Green

📋 copy color: '#0EC40D'

red 14 ◦ green 196 ◦ blue 13

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

Shades of Islamic Green #0EC40D

Tints of Islamic Green #0EC40D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.83%

R = 6.28%
G = 87.89%
B = 5.83%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#0EC40D (or 0x0EC40D) is known color: Islamic Green. HEX triplet: 0E, C4 and 0D. RGB value is (14,196,13). Sum of RGB (Red+Green+Blue) = 14+196+13=223 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.28% from 223); Green value is 196 (76.95% from 255 or 87.89% from 223); Blue value is 13 (5.47% from 255 or 5.83% from 223); Max value from RGB is 196 - color contains mainly: green. Hex color #0EC40D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EC40D is #F13BF2. Grayscale: #797979. Windows color (decimal): -15809523 or 902158. OLE color: 902158.

HSL color Cylindrical-coordinate representation of color #0EC40D: hue angle of 119.67º degrees, saturation: 0.88, 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 #0EC40D is Cyan = 0.93, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB 14 196 13 -
CMYK 0.93 0 0.93 0.23
HSL 119.67º 0.88% 0.41% -
HSV(B) 119.67º 0.93% 0.77% -
XYZ 19.99 39.6 6.97 -
YUV 120.72 67.2 51.88 -
System Red Green Blue C M Y K H S L
Decimal 14 196 13 0.93 0 0.93 0.23 119.67 0.88 0.41
Hex E C4 D 5D 0 5D 17 78 58 29
Octal 16 304 15 135 0 135 27 170 130 51
Binary 1110 11000100 1101 1011101 0 1011101 10111 1111000 1011000 101001

Color Harmonies of #0EC40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC40D

Black with #0EC40D

Text Example


Text Example

White with #0EC40D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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