Html Css Color HEX #0EC804 Islamic Green

📋 copy color: '#0EC804'

red 14 ◦ green 200 ◦ blue 4

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

Shades of Islamic Green #0EC804

Tints of Islamic Green #0EC804

RGB

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

 GREEN value IS 200 (78.52% from 255) = 91.74%

 BLUE value IS 4 (1.95% from 255) = 1.83%

R = 6.42%
G = 91.74%
B = 1.83%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#0EC804 (or 0x0EC804) is known color: Islamic Green. HEX triplet: 0E, C8 and 04. RGB value is (14,200,4). Sum of RGB (Red+Green+Blue) = 14+200+4=218 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.42% from 218); Green value is 200 (78.52% from 255 or 91.74% from 218); Blue value is 4 (1.95% from 255 or 1.83% from 218); Max value from RGB is 200 - color contains mainly: green. Hex color #0EC804 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EC804 is #F137FB. Grayscale: #7A7A7A. Windows color (decimal): -15808508 or 313358. OLE color: 313358.

HSL color Cylindrical-coordinate representation of color #0EC804: hue angle of 116.94º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0EC804 is Cyan = 0.93, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB 14 200 4 -
CMYK 0.93 0 0.98 0.22
HSL 116.94º 0.96% 0.4% -
HSV(B) 116.94º 0.98% 0.78% -
XYZ 20.86 41.41 7.01 -
YUV 122.04 61.38 50.94 -
System Red Green Blue C M Y K H S L
Decimal 14 200 4 0.93 0 0.98 0.22 116.94 0.96 0.4
Hex E C8 4 5D 0 62 16 75 60 28
Octal 16 310 4 135 0 142 26 165 140 50
Binary 1110 11001000 100 1011101 0 1100010 10110 1110101 1100000 101000

Color Harmonies of #0EC804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC804

Black with #0EC804

Text Example


Text Example

White with #0EC804

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,200,4); }

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

background-color css

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

 a { background-color: rgb(14,200,4); }

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

border-color css

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

 span { border-color: rgb(14,200,4); }

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