#1EBA01

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

Shades of Islamic Green #1EBA01

Tints of Islamic Green #1EBA01

Color information

#1EBA01 (or 0x1EBA01) is unknown color: approx Islamic Green. HEX triplet: 1E, BA and 01. RGB value is (30,186,1). Sum of RGB (Red+Green+Blue) = 30+186+1=217 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.82% from 217); Green value is 186 (73.05% from 255 or 85.71% from 217); Blue value is 1 (0.78% from 255 or 0.46% from 217); Max value from RGB is 186 - color contains mainly: green. Hex color #1EBA01 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EBA01 is #E145FE. Grayscale: #767676. Windows color (decimal): -14763519 or 113182. OLE color: 113182.

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

Color convert

RGB301861-
CMYK0.8400.990.27
HSL110.59º98.93%36.67%-
HSV(B)110.59º99.46%72.94%-
XYZ18.135.45.91-
YUV118.2761.8265.04-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.82%
GREEN value IS 186 (73.05% from 255) = 85.71%
BLUE value IS 1 (0.78% from 255) = 0.46%
R=13.82%
G=85.71%
B=0.46%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal3018610.8400.990.27110.5998.9336.67
Hex1EBA1540631B6f6325
Octal36272112401433315714345
Binary111101011101011010100011000111101111011111100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EBA01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,186,1); }

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

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

 a { background-color: rgb(30,186,1); }

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

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

 span { border-color: rgb(30,186,1); }

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