Html Css Color HEX #0EC50D Islamic Green

📋 copy color: '#0EC50D'

red 14 ◦ green 197 ◦ blue 13

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

Shades of Islamic Green #0EC50D

Tints of Islamic Green #0EC50D

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.8%

R = 6.25%
G = 87.95%
B = 5.8%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#0EC50D (or 0x0EC50D) is known color: 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

RGB 14 197 13 -
CMYK 0.93 0 0.93 0.23
HSL 119.67º 0.88% 0.41% -
HSV(B) 119.67º 0.93% 0.77% -
XYZ 20.22 40.05 7.05 -
YUV 121.31 66.87 51.46 -
System Red Green Blue C M Y K H S L
Decimal 14 197 13 0.93 0 0.93 0.23 119.67 0.88 0.41
Hex E C5 D 5D 0 5D 17 78 58 29
Octal 16 305 15 135 0 135 27 170 130 51
Binary 1110 11000101 1101 1011101 0 1011101 10111 1111000 1011000 101001

Color Harmonies of #0EC50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC50D

Black with #0EC50D

Text Example


Text Example

White with #0EC50D

Text Example


Text Example

HTML Codes & Css Web 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>