Html Css Color HEX #0EC114 Islamic Green

📋 copy color: '#0EC114'

red 14 ◦ green 193 ◦ blue 20

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

Shades of Islamic Green #0EC114

Tints of Islamic Green #0EC114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.81%

R = 6.17%
G = 85.02%
B = 8.81%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#0EC114 (or 0x0EC114) is known color: Islamic Green. HEX triplet: 0E, C1 and 14. RGB value is (14,193,20). Sum of RGB (Red+Green+Blue) = 14+193+20=227 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.17% from 227); Green value is 193 (75.78% from 255 or 85.02% from 227); Blue value is 20 (8.20% from 255 or 8.81% from 227); Max value from RGB is 193 - color contains mainly: green. Hex color #0EC114 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EC114 is #F13EEB. Grayscale: #787878. Windows color (decimal): -15810284 or 1360142. OLE color: 1360142.

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

Color convert

RGB 14 193 20 -
CMYK 0.93 0 0.90 0.24
HSL 122.01º 0.86% 0.41% -
HSV(B) 122.01º 0.93% 0.76% -
XYZ 19.38 38.28 7.03 -
YUV 119.76 71.7 52.57 -
System Red Green Blue C M Y K H S L
Decimal 14 193 20 0.93 0 0.90 0.24 122.01 0.86 0.41
Hex E C1 14 5D 0 5A 18 7A 56 29
Octal 16 301 24 135 0 132 30 172 126 51
Binary 1110 11000001 10100 1011101 0 1011010 11000 1111010 1010110 101001

Color Harmonies of #0EC114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC114

Black with #0EC114

Text Example


Text Example

White with #0EC114

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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