Html Css Color HEX #1EBA01 Islamic Green

📋 copy color: '#1EBA01'

red 30 ◦ green 186 ◦ blue 1

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

Shades of Islamic Green #1EBA01

Tints of Islamic Green #1EBA01

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 value IS 0.84

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#1EBA01 (or 0x1EBA01) is known color: 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

RGB 30 186 1 -
CMYK 0.84 0 0.99 0.27
HSL 110.59º 0.99% 0.37% -
HSV(B) 110.59º 0.99% 0.73% -
XYZ 18.1 35.4 5.91 -
YUV 118.27 61.82 65.04 -
System Red Green Blue C M Y K H S L
Decimal 30 186 1 0.84 0 0.99 0.27 110.59 0.99 0.37
Hex 1E BA 1 54 0 63 1B 6F 63 25
Octal 36 272 1 124 0 143 33 157 143 45
Binary 11110 10111010 1 1010100 0 1100011 11011 1101111 1100011 100101

Color Harmonies of #1EBA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EBA01

Black with #1EBA01

Text Example


Text Example

White with #1EBA01

Text Example


Text Example

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