Html Css Color HEX #0EC40C Islamic Green

📋 copy color: '#0EC40C'

red 14 ◦ green 196 ◦ blue 12

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

Shades of Islamic Green #0EC40C

Tints of Islamic Green #0EC40C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.41%

R = 6.31%
G = 88.29%
B = 5.41%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#0EC40C (or 0x0EC40C) is known color: Islamic Green. HEX triplet: 0E, C4 and 0C. RGB value is (14,196,12). Sum of RGB (Red+Green+Blue) = 14+196+12=222 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.31% from 222); Green value is 196 (76.95% from 255 or 88.29% from 222); Blue value is 12 (5.08% from 255 or 5.41% from 222); Max value from RGB is 196 - color contains mainly: green. Hex color #0EC40C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EC40C is #F13BF3. Grayscale: #797979. Windows color (decimal): -15809524 or 836622. OLE color: 836622.

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

Color convert

RGB 14 196 12 -
CMYK 0.93 0 0.94 0.23
HSL 119.35º 0.88% 0.41% -
HSV(B) 119.35º 0.94% 0.77% -
XYZ 19.99 39.6 6.94 -
YUV 120.61 66.7 51.96 -
System Red Green Blue C M Y K H S L
Decimal 14 196 12 0.93 0 0.94 0.23 119.35 0.88 0.41
Hex E C4 C 5D 0 5E 17 77 58 29
Octal 16 304 14 135 0 136 27 167 130 51
Binary 1110 11000100 1100 1011101 0 1011110 10111 1110111 1011000 101001

Color Harmonies of #0EC40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC40C

Black with #0EC40C

Text Example


Text Example

White with #0EC40C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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