Html Css Color HEX #0EC405 Islamic Green

📋 copy color: '#0EC405'

red 14 ◦ green 196 ◦ blue 5

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

Shades of Islamic Green #0EC405

Tints of Islamic Green #0EC405

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.33%

R = 6.51%
G = 91.16%
B = 2.33%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#0EC405 (or 0x0EC405) is known color: Islamic Green. HEX triplet: 0E, C4 and 05. RGB value is (14,196,5). Sum of RGB (Red+Green+Blue) = 14+196+5=215 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.51% from 215); Green value is 196 (76.95% from 255 or 91.16% from 215); Blue value is 5 (2.34% from 255 or 2.33% from 215); Max value from RGB is 196 - color contains mainly: green. Hex color #0EC405 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EC405 is #F13BFA. Grayscale: #787878. Windows color (decimal): -15809531 or 377870. OLE color: 377870.

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

Color convert

RGB 14 196 5 -
CMYK 0.93 0 0.97 0.23
HSL 117.17º 0.95% 0.39% -
HSV(B) 117.17º 0.97% 0.77% -
XYZ 19.95 39.58 6.73 -
YUV 119.81 63.2 52.53 -
System Red Green Blue C M Y K H S L
Decimal 14 196 5 0.93 0 0.97 0.23 117.17 0.95 0.39
Hex E C4 5 5D 0 61 17 75 5F 27
Octal 16 304 5 135 0 141 27 165 137 47
Binary 1110 11000100 101 1011101 0 1100001 10111 1110101 1011111 100111

Color Harmonies of #0EC405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC405

Black with #0EC405

Text Example


Text Example

White with #0EC405

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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