#1EBD00

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

Shades of Islamic Green #1EBD00

Tints of Islamic Green #1EBD00

Color information

#1EBD00 (or 0x1EBD00) is unknown color: approx Islamic Green. HEX triplet: 1E, BD and 00. RGB value is (30,189,0). Sum of RGB (Red+Green+Blue) = 30+189+0=219 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.70% from 219); Green value is 189 (74.22% from 255 or 86.30% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 189 - color contains mainly: green. Hex color #1EBD00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EBD00 is #E142FF. Grayscale: #787878. Windows color (decimal): -14762752 or 48414. OLE color: 48414.

HSL color Cylindrical-coordinate representation of color #1EBD00: hue angle of 110.48º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1EBD00 is Cyan = 0.84, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.

Color convert

RGB301890-
CMYK0.84010.26
HSL110.48º100%37.06%-
HSV(B)110.48º100%74.12%-
XYZ18.7336.676.09-
YUV119.9160.3263.87-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.70%
GREEN value IS 189 (74.22% from 255) = 86.30%
BLUE value IS 0 (0.39% from 255) = 0%
R=13.70%
G=86.30%
B=0%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal3018900.84010.26110.4810037.06
Hex1EBD0540641A6e6425
Octal36275012401443215614445
Binary111101011110101010100011001001101011011101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EBD00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,189,0); }

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

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

 a { background-color: rgb(30,189,0); }

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

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

 span { border-color: rgb(30,189,0); }

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