Html Css Color HEX #01AB00 Islamic Green

📋 copy color: '#01AB00'

red 1 ◦ green 171 ◦ blue 0

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

Shades of Islamic Green #01AB00

Tints of Islamic Green #01AB00

RGB

 RED value IS 1 (0.78% from 255) = 0.58%

 GREEN value IS 171 (67.19% from 255) = 99.42%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 0.58%
G = 99.42%
B = 0%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#01AB00 (or 0x01AB00) is known color: Islamic Green. HEX triplet: 01, AB and 00. RGB value is (1,171,0). Sum of RGB (Red+Green+Blue) = 1+171+0=172 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 172); Green value is 171 (67.19% from 255 or 99.42% from 172); Blue value is 0 (0.39% from 255 or 0% from 172); Max value from RGB is 171 - color contains mainly: green. Hex color #01AB00 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01AB00 is #FE54FF. Grayscale: #656565. Windows color (decimal): -16667904 or 43777. OLE color: 43777.

HSL color Cylindrical-coordinate representation of color #01AB00: hue angle of 119.65º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01AB00 is Cyan = 0.99, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.33.

Color convert

RGB 1 171 0 -
CMYK 0.99 0 1 0.33
HSL 119.65º 1% 0.34% -
HSV(B) 119.65º 1% 0.67% -
XYZ 14.58 29.13 4.85 -
YUV 100.68 71.18 56.9 -
System Red Green Blue C M Y K H S L
Decimal 1 171 0 0.99 0 1 0.33 119.65 1 0.34
Hex 1 AB 0 63 0 64 21 78 64 22
Octal 1 253 0 143 0 144 41 170 144 42
Binary 1 10101011 0 1100011 0 1100100 100001 1111000 1100100 100010

Color Harmonies of #01AB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AB00

Black with #01AB00

Text Example


Text Example

White with #01AB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01AB00; }

 p { color: rgb(1,171,0); }

 H1.HeaderClassName
 {
   color: #01AB00;
 }
 .AnyTagClassName
 {
   color: #01AB00;
 }
</style>

background-color css

<style>
 a { background-color: #01AB00; }

 a { background-color: rgb(1,171,0); }

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

border-color css

<style>
 span { border-color: #01AB00; }

 span { border-color: rgb(1,171,0); }

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