Html Css Color HEX #1EB50E Islamic Green

📋 copy color: '#1EB50E'

red 30 ◦ green 181 ◦ blue 14

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

Shades of Islamic Green #1EB50E

Tints of Islamic Green #1EB50E

RGB

 RED value IS 30 (12.11% from 255) = 13.33%

 GREEN value IS 181 (71.09% from 255) = 80.44%

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

R = 13.33%
G = 80.44%
B = 6.22%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#1EB50E (or 0x1EB50E) is known color: Islamic Green. HEX triplet: 1E, B5 and 0E. RGB value is (30,181,14). Sum of RGB (Red+Green+Blue) = 30+181+14=225 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.33% from 225); Green value is 181 (71.09% from 255 or 80.44% from 225); Blue value is 14 (5.86% from 255 or 6.22% from 225); Max value from RGB is 181 - color contains mainly: green. Hex color #1EB50E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EB50E is #E14AF1. Grayscale: #757575. Windows color (decimal): -14764786 or 963870. OLE color: 963870.

HSL color Cylindrical-coordinate representation of color #1EB50E: hue angle of 114.25º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1EB50E is Cyan = 0.83, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB 30 181 14 -
CMYK 0.83 0 0.92 0.29
HSL 114.25º 0.86% 0.38% -
HSV(B) 114.25º 0.92% 0.71% -
XYZ 17.14 33.36 5.95 -
YUV 116.81 69.97 66.08 -
System Red Green Blue C M Y K H S L
Decimal 30 181 14 0.83 0 0.92 0.29 114.25 0.86 0.38
Hex 1E B5 E 53 0 5C 1D 72 56 26
Octal 36 265 16 123 0 134 35 162 126 46
Binary 11110 10110101 1110 1010011 0 1011100 11101 1110010 1010110 100110

Color Harmonies of #1EB50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EB50E

Black with #1EB50E

Text Example


Text Example

White with #1EB50E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1EB50E; }

 p { color: rgb(30,181,14); }

 H1.HeaderClassName
 {
   color: #1EB50E;
 }
 .AnyTagClassName
 {
   color: #1EB50E;
 }
</style>

background-color css

<style>
 a { background-color: #1EB50E; }

 a { background-color: rgb(30,181,14); }

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

border-color css

<style>
 span { border-color: #1EB50E; }

 span { border-color: rgb(30,181,14); }

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