Html Css Color HEX #0EC100 Islamic Green

📋 copy color: '#0EC100'

red 14 ◦ green 193 ◦ blue 0

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

Shades of Islamic Green #0EC100

Tints of Islamic Green #0EC100

RGB

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

 GREEN value IS 193 (75.78% from 255) = 93.24%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 6.76%
G = 93.24%
B = 0%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#0EC100 (or 0x0EC100) is known color: Islamic Green. HEX triplet: 0E, C1 and 00. RGB value is (14,193,0). Sum of RGB (Red+Green+Blue) = 14+193+0=207 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.76% from 207); Green value is 193 (75.78% from 255 or 93.24% from 207); Blue value is 0 (0.39% from 255 or 0% from 207); Max value from RGB is 193 - color contains mainly: green. Hex color #0EC100 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EC100 is #F13EFF. Grayscale: #767676. Windows color (decimal): -15810304 or 49422. OLE color: 49422.

HSL color Cylindrical-coordinate representation of color #0EC100: hue angle of 115.65º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0EC100 is Cyan = 0.93, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB 14 193 0 -
CMYK 0.93 0 1 0.24
HSL 115.65º 1% 0.38% -
HSV(B) 115.65º 1% 0.76% -
XYZ 19.25 38.23 6.37 -
YUV 117.48 61.7 54.19 -
System Red Green Blue C M Y K H S L
Decimal 14 193 0 0.93 0 1 0.24 115.65 1 0.38
Hex E C1 0 5D 0 64 18 74 64 26
Octal 16 301 0 135 0 144 30 164 144 46
Binary 1110 11000001 0 1011101 0 1100100 11000 1110100 1100100 100110

Color Harmonies of #0EC100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC100

Black with #0EC100

Text Example


Text Example

White with #0EC100

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,193,0); }

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

background-color css

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

 a { background-color: rgb(14,193,0); }

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

border-color css

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

 span { border-color: rgb(14,193,0); }

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