Html Css Color HEX #0EC201 Islamic Green

📋 copy color: '#0EC201'

red 14 ◦ green 194 ◦ blue 1

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

Shades of Islamic Green #0EC201

Tints of Islamic Green #0EC201

RGB

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

 GREEN value IS 194 (76.17% from 255) = 92.82%

 BLUE value IS 1 (0.78% from 255) = 0.48%

R = 6.7%
G = 92.82%
B = 0.48%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#0EC201 (or 0x0EC201) is known color: Islamic Green. HEX triplet: 0E, C2 and 01. RGB value is (14,194,1). Sum of RGB (Red+Green+Blue) = 14+194+1=209 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.70% from 209); Green value is 194 (76.17% from 255 or 92.82% from 209); Blue value is 1 (0.78% from 255 or 0.48% from 209); Max value from RGB is 194 - color contains mainly: green. Hex color #0EC201 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EC201 is #F13DFE. Grayscale: #767676. Windows color (decimal): -15810047 or 115214. OLE color: 115214.

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

Color convert

RGB 14 194 1 -
CMYK 0.93 0 0.99 0.24
HSL 115.96º 0.99% 0.38% -
HSV(B) 115.96º 0.99% 0.76% -
XYZ 19.48 38.68 6.47 -
YUV 118.18 61.87 53.69 -
System Red Green Blue C M Y K H S L
Decimal 14 194 1 0.93 0 0.99 0.24 115.96 0.99 0.38
Hex E C2 1 5D 0 63 18 74 63 26
Octal 16 302 1 135 0 143 30 164 143 46
Binary 1110 11000010 1 1011101 0 1100011 11000 1110100 1100011 100110

Color Harmonies of #0EC201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC201

Black with #0EC201

Text Example


Text Example

White with #0EC201

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,194,1); }

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

background-color css

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

 a { background-color: rgb(14,194,1); }

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

border-color css

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

 span { border-color: rgb(14,194,1); }

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