Html Css Color HEX #0EC20B Islamic Green

📋 copy color: '#0EC20B'

red 14 ◦ green 194 ◦ blue 11

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

Shades of Islamic Green #0EC20B

Tints of Islamic Green #0EC20B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.02%

R = 6.39%
G = 88.58%
B = 5.02%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#0EC20B (or 0x0EC20B) is known color: Islamic Green. HEX triplet: 0E, C2 and 0B. RGB value is (14,194,11). Sum of RGB (Red+Green+Blue) = 14+194+11=219 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.39% from 219); Green value is 194 (76.17% from 255 or 88.58% from 219); Blue value is 11 (4.69% from 255 or 5.02% from 219); Max value from RGB is 194 - color contains mainly: green. Hex color #0EC20B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EC20B is #F13DF4. Grayscale: #777777. Windows color (decimal): -15810037 or 770574. OLE color: 770574.

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

Color convert

RGB 14 194 11 -
CMYK 0.93 0 0.94 0.24
HSL 119.02º 0.89% 0.4% -
HSV(B) 119.02º 0.94% 0.76% -
XYZ 19.53 38.7 6.76 -
YUV 119.32 66.87 52.88 -
System Red Green Blue C M Y K H S L
Decimal 14 194 11 0.93 0 0.94 0.24 119.02 0.89 0.4
Hex E C2 B 5D 0 5E 18 77 59 28
Octal 16 302 13 135 0 136 30 167 131 50
Binary 1110 11000010 1011 1011101 0 1011110 11000 1110111 1011001 101000

Color Harmonies of #0EC20B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC20B

Black with #0EC20B

Text Example


Text Example

White with #0EC20B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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