#01A416

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

Shades of Islamic Green #01A416

Tints of Islamic Green #01A416

Color information

#01A416 (or 0x01A416) is unknown color: approx Islamic Green. HEX triplet: 01, A4 and 16. RGB value is (1,164,22). Sum of RGB (Red+Green+Blue) = 1+164+22=187 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 187); Green value is 164 (64.45% from 255 or 87.70% from 187); Blue value is 22 (8.98% from 255 or 11.76% from 187); Max value from RGB is 164 - color contains mainly: green. Hex color #01A416 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01A416 is #FE5BE9. Grayscale: #636363. Windows color (decimal): -16669674 or 1483777. OLE color: 1483777.

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

Color convert

RGB116422-
CMYK0.9900.870.36
HSL127.73º98.79%32.35%-
HSV(B)127.73º99.39%64.31%-
XYZ13.4326.625.19-
YUV99.0884.558.05-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.53%
GREEN value IS 164 (64.45% from 255) = 87.70%
BLUE value IS 22 (8.98% from 255) = 11.76%
R=0.53%
G=87.70%
B=11.76%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1164220.9900.870.36127.7398.7932.35
Hex1A4166305724806320
Octal12442614301274420014340
Binary11010010010110110001101010111100100100000001100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01A416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,164,22); }

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

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

 a { background-color: rgb(1,164,22); }

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

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

 span { border-color: rgb(1,164,22); }

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