#15A401

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

Shades of Islamic Green #15A401

Tints of Islamic Green #15A401

Color information

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

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

Color convert

RGB211641-
CMYK0.8700.990.36
HSL112.64º98.79%32.35%-
HSV(B)112.64º99.39%64.31%-
XYZ13.5926.714.47-
YUV102.6670.6269.75-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal2116410.8700.990.36112.6498.7932.35
Hex15A415706324716320
Octal25244112701434416114340
Binary1010110100100110101110110001110010011100011100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15A401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15A401; }

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

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

<style>
 a { background-color: #15A401; }

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

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

<style>
 span { border-color: #15A401; }

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

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