Html Css Color HEX #0EC211 Islamic Green

📋 copy color: '#0EC211'

red 14 ◦ green 194 ◦ blue 17

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

Shades of Islamic Green #0EC211

Tints of Islamic Green #0EC211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.56%

R = 6.22%
G = 86.22%
B = 7.56%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#0EC211 (or 0x0EC211) is known color: Islamic Green. HEX triplet: 0E, C2 and 11. RGB value is (14,194,17). Sum of RGB (Red+Green+Blue) = 14+194+17=225 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.22% from 225); Green value is 194 (76.17% from 255 or 86.22% from 225); Blue value is 17 (7.03% from 255 or 7.56% from 225); Max value from RGB is 194 - color contains mainly: green. Hex color #0EC211 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EC211 is #F13DEE. Grayscale: #787878. Windows color (decimal): -15810031 or 1163790. OLE color: 1163790.

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

Color convert

RGB 14 194 17 -
CMYK 0.93 0 0.91 0.24
HSL 121º 0.87% 0.41% -
HSV(B) 121º 0.93% 0.76% -
XYZ 19.57 38.72 6.97 -
YUV 120 69.87 52.39 -
System Red Green Blue C M Y K H S L
Decimal 14 194 17 0.93 0 0.91 0.24 121 0.87 0.41
Hex E C2 11 5D 0 5B 18 79 57 29
Octal 16 302 21 135 0 133 30 171 127 51
Binary 1110 11000010 10001 1011101 0 1011011 11000 1111001 1010111 101001

Color Harmonies of #0EC211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC211

Black with #0EC211

Text Example


Text Example

White with #0EC211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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