#01AC00

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

Shades of Islamic Green #01AC00

Tints of Islamic Green #01AC00

Color information

#01AC00 (or 0x01AC00) is unknown color: approx Islamic Green. HEX triplet: 01, AC and 00. RGB value is (1,172,0). Sum of RGB (Red+Green+Blue) = 1+172+0=173 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 173); Green value is 172 (67.58% from 255 or 99.42% from 173); Blue value is 0 (0.39% from 255 or 0% from 173); Max value from RGB is 172 - color contains mainly: green. Hex color #01AC00 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01AC00 is #FE53FF. Grayscale: #656565. Windows color (decimal): -16667648 or 44033. OLE color: 44033.

HSL color Cylindrical-coordinate representation of color #01AC00: 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 #01AC00 is Cyan = 0.99, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.33.

Color convert

RGB11720-
CMYK0.99010.33
HSL119.65º100%33.73%-
HSV(B)119.65º100%67.45%-
XYZ14.7729.514.92-
YUV101.2670.8556.49-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.58%
GREEN value IS 172 (67.58% from 255) = 99.42%
BLUE value IS 0 (0.39% from 255) = 0%
R=0.58%
G=99.42%
B=0%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117200.99010.33119.6510033.73
Hex1AC06306421786422
Octal1254014301444117014442
Binary110101100011000110110010010000111110001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01AC00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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