#01AA03

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

Shades of Islamic Green #01AA03

Tints of Islamic Green #01AA03

Color information

#01AA03 (or 0x01AA03) is unknown color: approx Islamic Green. HEX triplet: 01, AA and 03. RGB value is (1,170,3). Sum of RGB (Red+Green+Blue) = 1+170+3=174 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 174); Green value is 170 (66.80% from 255 or 97.70% from 174); Blue value is 3 (1.56% from 255 or 1.72% from 174); Max value from RGB is 170 - color contains mainly: green. Hex color #01AA03 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01AA03 is #FE55FC. Grayscale: #646464. Windows color (decimal): -16668157 or 240129. OLE color: 240129.

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

Color convert

RGB11703-
CMYK0.9900.980.33
HSL120.71º98.83%33.53%-
HSV(B)120.71º99.41%66.67%-
XYZ14.428.764.88-
YUV100.4373.0157.08-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.57%
GREEN value IS 170 (66.80% from 255) = 97.70%
BLUE value IS 3 (1.56% from 255) = 1.72%
R=0.57%
G=97.70%
B=1.72%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117030.9900.980.33120.7198.8333.53
Hex1AA36306221796322
Octal1252314301424117114342
Binary1101010101111000110110001010000111110011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01AA03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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