#01AE03

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

Shades of Islamic Green #01AE03

Tints of Islamic Green #01AE03

Color information

#01AE03 (or 0x01AE03) is unknown color: approx Islamic Green. HEX triplet: 01, AE and 03. RGB value is (1,174,3). Sum of RGB (Red+Green+Blue) = 1+174+3=178 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 178); Green value is 174 (68.36% from 255 or 97.75% from 178); Blue value is 3 (1.56% from 255 or 1.69% from 178); Max value from RGB is 174 - color contains mainly: green. Hex color #01AE03 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01AE03 is #FE51FC. Grayscale: #676767. Windows color (decimal): -16667133 or 241153. OLE color: 241153.

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

Color convert

RGB11743-
CMYK0.9900.980.32
HSL120.69º98.86%34.31%-
HSV(B)120.69º99.43%68.24%-
XYZ15.1730.295.13-
YUV102.7871.6955.4-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.56%
GREEN value IS 174 (68.36% from 255) = 97.75%
BLUE value IS 3 (1.56% from 255) = 1.69%
R=0.56%
G=97.75%
B=1.69%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal117430.9900.980.32120.6998.8634.31
Hex1AE36306220796322
Octal1256314301424017114342
Binary1101011101111000110110001010000011110011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01AE03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,174,3); }

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

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

 a { background-color: rgb(1,174,3); }

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

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

 span { border-color: rgb(1,174,3); }

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