#01A415

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

Shades of Islamic Green #01A415

Tints of Islamic Green #01A415

Color information

#01A415 (or 0x01A415) is unknown color: approx Islamic Green. HEX triplet: 01, A4 and 15. RGB value is (1,164,21). Sum of RGB (Red+Green+Blue) = 1+164+21=186 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 186); Green value is 164 (64.45% from 255 or 88.17% from 186); Blue value is 21 (8.59% from 255 or 11.29% from 186); Max value from RGB is 164 - color contains mainly: green. Hex color #01A415 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01A415 is #FE5BEA. Grayscale: #636363. Windows color (decimal): -16669675 or 1418241. OLE color: 1418241.

HSL color Cylindrical-coordinate representation of color #01A415: hue angle of 127.36º 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 #01A415 is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB116421-
CMYK0.9900.870.36
HSL127.36º98.79%32.35%-
HSV(B)127.36º99.39%64.31%-
XYZ13.4226.615.14-
YUV98.968458.13-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.54%
GREEN value IS 164 (64.45% from 255) = 88.17%
BLUE value IS 21 (8.59% from 255) = 11.29%
R=0.54%
G=88.17%
B=11.29%

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
Decimal1164210.9900.870.36127.3698.7932.35
Hex1A41563057247f6320
Octal12442514301274417714340
Binary1101001001010111000110101011110010011111111100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01A415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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