Html Css Color HEX #0EC110 Islamic Green

📋 copy color: '#0EC110'

red 14 ◦ green 193 ◦ blue 16

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

Shades of Islamic Green #0EC110

Tints of Islamic Green #0EC110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.17%

R = 6.28%
G = 86.55%
B = 7.17%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#0EC110 (or 0x0EC110) is known color: Islamic Green. HEX triplet: 0E, C1 and 10. RGB value is (14,193,16). Sum of RGB (Red+Green+Blue) = 14+193+16=223 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.28% from 223); Green value is 193 (75.78% from 255 or 86.55% from 223); Blue value is 16 (6.64% from 255 or 7.17% from 223); Max value from RGB is 193 - color contains mainly: green. Hex color #0EC110 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EC110 is #F13EEF. Grayscale: #777777. Windows color (decimal): -15810288 or 1097998. OLE color: 1097998.

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

Color convert

RGB 14 193 16 -
CMYK 0.93 0 0.92 0.24
HSL 120.67º 0.86% 0.41% -
HSV(B) 120.67º 0.93% 0.76% -
XYZ 19.34 38.27 6.86 -
YUV 119.3 69.7 52.89 -
System Red Green Blue C M Y K H S L
Decimal 14 193 16 0.93 0 0.92 0.24 120.67 0.86 0.41
Hex E C1 10 5D 0 5C 18 79 56 29
Octal 16 301 20 135 0 134 30 171 126 51
Binary 1110 11000001 10000 1011101 0 1011100 11000 1111001 1010110 101001

Color Harmonies of #0EC110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC110

Black with #0EC110

Text Example


Text Example

White with #0EC110

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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