Html Css Color HEX #1ABC01 Islamic Green

📋 copy color: '#1ABC01'

red 26 ◦ green 188 ◦ blue 1

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

Shades of Islamic Green #1ABC01

Tints of Islamic Green #1ABC01

RGB

 RED value IS 26 (10.55% from 255) = 12.09%

 GREEN value IS 188 (73.83% from 255) = 87.44%

 BLUE value IS 1 (0.78% from 255) = 0.47%

R = 12.09%
G = 87.44%
B = 0.47%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#1ABC01 (or 0x1ABC01) is known color: Islamic Green. HEX triplet: 1A, BC and 01. RGB value is (26,188,1). Sum of RGB (Red+Green+Blue) = 26+188+1=215 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.09% from 215); Green value is 188 (73.83% from 255 or 87.44% from 215); Blue value is 1 (0.78% from 255 or 0.47% from 215); Max value from RGB is 188 - color contains mainly: green. Hex color #1ABC01 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ABC01 is #E543FE. Grayscale: #767676. Windows color (decimal): -15025151 or 113690. OLE color: 113690.

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

Color convert

RGB 26 188 1 -
CMYK 0.86 0 0.99 0.26
HSL 111.98º 0.99% 0.37% -
HSV(B) 111.98º 0.99% 0.74% -
XYZ 18.41 36.19 6.04 -
YUV 118.24 61.83 62.21 -
System Red Green Blue C M Y K H S L
Decimal 26 188 1 0.86 0 0.99 0.26 111.98 0.99 0.37
Hex 1A BC 1 56 0 63 1A 70 63 25
Octal 32 274 1 126 0 143 32 160 143 45
Binary 11010 10111100 1 1010110 0 1100011 11010 1110000 1100011 100101

Color Harmonies of #1ABC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABC01

Black with #1ABC01

Text Example


Text Example

White with #1ABC01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,188,1); }

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

background-color css

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

 a { background-color: rgb(26,188,1); }

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

border-color css

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

 span { border-color: rgb(26,188,1); }

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