Html Css Color HEX #0EC013 Islamic Green

📋 copy color: '#0EC013'

red 14 ◦ green 192 ◦ blue 19

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

Shades of Islamic Green #0EC013

Tints of Islamic Green #0EC013

RGB

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

 GREEN value IS 192 (75.39% from 255) = 85.33%

 BLUE value IS 19 (7.81% from 255) = 8.44%

R = 6.22%
G = 85.33%
B = 8.44%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#0EC013 (or 0x0EC013) is known color: Islamic Green. HEX triplet: 0E, C0 and 13. RGB value is (14,192,19). Sum of RGB (Red+Green+Blue) = 14+192+19=225 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.22% from 225); Green value is 192 (75.39% from 255 or 85.33% from 225); Blue value is 19 (7.81% from 255 or 8.44% from 225); Max value from RGB is 192 - color contains mainly: green. Hex color #0EC013 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EC013 is #F13FEC. Grayscale: #777777. Windows color (decimal): -15810541 or 1294350. OLE color: 1294350.

HSL color Cylindrical-coordinate representation of color #0EC013: hue angle of 121.69º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC013 is Cyan = 0.93, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 14 192 19 -
CMYK 0.93 0 0.90 0.25
HSL 121.69º 0.86% 0.4% -
HSV(B) 121.69º 0.93% 0.75% -
XYZ 19.15 37.84 6.91 -
YUV 119.06 71.53 53.07 -
System Red Green Blue C M Y K H S L
Decimal 14 192 19 0.93 0 0.90 0.25 121.69 0.86 0.4
Hex E C0 13 5D 0 5A 19 7A 56 28
Octal 16 300 23 135 0 132 31 172 126 50
Binary 1110 11000000 10011 1011101 0 1011010 11001 1111010 1010110 101000

Color Harmonies of #0EC013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC013

Black with #0EC013

Text Example


Text Example

White with #0EC013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,192,19); }

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

background-color css

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

 a { background-color: rgb(14,192,19); }

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

border-color css

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

 span { border-color: rgb(14,192,19); }

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