Html Css Color HEX #1EB80E Islamic Green

📋 copy color: '#1EB80E'

red 30 ◦ green 184 ◦ blue 14

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

Shades of Islamic Green #1EB80E

Tints of Islamic Green #1EB80E

RGB

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

 GREEN value IS 184 (72.27% from 255) = 80.7%

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

R = 13.16%
G = 80.7%
B = 6.14%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#1EB80E (or 0x1EB80E) is known color: Islamic Green. HEX triplet: 1E, B8 and 0E. RGB value is (30,184,14). Sum of RGB (Red+Green+Blue) = 30+184+14=228 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.16% from 228); Green value is 184 (72.27% from 255 or 80.70% from 228); Blue value is 14 (5.86% from 255 or 6.14% from 228); Max value from RGB is 184 - color contains mainly: green. Hex color #1EB80E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EB80E is #E147F1. Grayscale: #777777. Windows color (decimal): -14764018 or 964638. OLE color: 964638.

HSL color Cylindrical-coordinate representation of color #1EB80E: hue angle of 114.35º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1EB80E is Cyan = 0.84, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB 30 184 14 -
CMYK 0.84 0 0.92 0.28
HSL 114.35º 0.86% 0.39% -
HSV(B) 114.35º 0.92% 0.72% -
XYZ 17.76 34.59 6.16 -
YUV 118.57 68.98 64.82 -
System Red Green Blue C M Y K H S L
Decimal 30 184 14 0.84 0 0.92 0.28 114.35 0.86 0.39
Hex 1E B8 E 54 0 5C 1C 72 56 27
Octal 36 270 16 124 0 134 34 162 126 47
Binary 11110 10111000 1110 1010100 0 1011100 11100 1110010 1010110 100111

Color Harmonies of #1EB80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EB80E

Black with #1EB80E

Text Example


Text Example

White with #1EB80E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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