#0ec50d

Color #0EC50D Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #0EC50D

Tints of Islamic Green #0EC50D

Color information

#0EC50D (or 0x0EC50D) is unknown color: approx Islamic Green. HEX triplet: 0E, C5 and 0D. RGB value is (14,197,13). Sum of RGB (Red+Green+Blue) = 14+197+13=224 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.25% from 224); Green value is 197 (77.34% from 255 or 87.95% from 224); Blue value is 13 (5.47% from 255 or 5.80% from 224); Max value from RGB is 197 - color contains mainly: green. Hex color #0EC50D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EC50D is #F13AF2. Grayscale: #797979. Windows color (decimal): -15809267 or 902414. OLE color: 902414.

HSL color Cylindrical-coordinate representation of color #0EC50D: hue angle of 119.67º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC50D is Cyan = 0.93, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB1419713-
CMYK0.9300.930.23
HSL119.67º87.62%41.18%-
HSV(B)119.67º93.4%77.25%-
XYZ20.2240.057.05-
YUV121.3166.8751.46-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.25%
GREEN value IS 197 (77.34% from 255) = 87.95%
BLUE value IS 13 (5.47% from 255) = 5.80%
R=6.25%
G=87.95%
B=5.80%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal14197130.9300.930.23119.6787.6241.18
HexEC5D5D05D17785829
Octal163051513501352717013051
Binary11101100010111011011101010111011011111110001011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ec50d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,197,13); }

 H1.HeaderClassName
 {
   color: #0ec50d;
 }
 .AnyTagClassName
 {
   color: #0ec50d;
 }
</style>
background-color css

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

 a { background-color: rgb(14,197,13); }

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

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

 span { border-color: rgb(14,197,13); }

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