Html Css Color HEX #0EC111 Islamic Green

📋 copy color: '#0EC111'

red 14 ◦ green 193 ◦ blue 17

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

Shades of Islamic Green #0EC111

Tints of Islamic Green #0EC111

RGB

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

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

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

R = 6.25%
G = 86.16%
B = 7.59%

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

#0EC111 (or 0x0EC111) is known color: Islamic Green. HEX triplet: 0E, C1 and 11. RGB value is (14,193,17). Sum of RGB (Red+Green+Blue) = 14+193+17=224 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.25% from 224); Green value is 193 (75.78% from 255 or 86.16% from 224); Blue value is 17 (7.03% from 255 or 7.59% from 224); Max value from RGB is 193 - color contains mainly: green. Hex color #0EC111 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EC111 is #F13EEE. Grayscale: #777777. Windows color (decimal): -15810287 or 1163534. OLE color: 1163534.

HSL color Cylindrical-coordinate representation of color #0EC111: hue angle of 121.01º degrees, saturation: 0.86, 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 #0EC111 is Cyan = 0.93, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 14 193 17 -
CMYK 0.93 0 0.91 0.24
HSL 121.01º 0.86% 0.41% -
HSV(B) 121.01º 0.93% 0.76% -
XYZ 19.35 38.27 6.9 -
YUV 119.42 70.2 52.81 -
System Red Green Blue C M Y K H S L
Decimal 14 193 17 0.93 0 0.91 0.24 121.01 0.86 0.41
Hex E C1 11 5D 0 5B 18 79 56 29
Octal 16 301 21 135 0 133 30 171 126 51
Binary 1110 11000001 10001 1011101 0 1011011 11000 1111001 1010110 101001

Color Harmonies of #0EC111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC111

Black with #0EC111

Text Example


Text Example

White with #0EC111

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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