#15A801

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

Shades of Islamic Green #15A801

Tints of Islamic Green #15A801

Color information

#15A801 (or 0x15A801) is unknown color: approx Islamic Green. HEX triplet: 15, A8 and 01. RGB value is (21,168,1). Sum of RGB (Red+Green+Blue) = 21+168+1=190 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.05% from 190); Green value is 168 (66.02% from 255 or 88.42% from 190); Blue value is 1 (0.78% from 255 or 0.53% from 190); Max value from RGB is 168 - color contains mainly: green. Hex color #15A801 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #15A801 is #EA57FE. Grayscale: #696969. Windows color (decimal): -15357951 or 108565. OLE color: 108565.

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

Color convert

RGB211681-
CMYK0.8800.990.34
HSL112.81º98.82%33.14%-
HSV(B)112.81º99.4%65.88%-
XYZ14.3228.174.71-
YUV105.0169.368.08-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.05%
GREEN value IS 168 (66.02% from 255) = 88.42%
BLUE value IS 1 (0.78% from 255) = 0.53%
R=11.05%
G=88.42%
B=0.53%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal2116810.8800.990.34112.8198.8233.14
Hex15A815806322716321
Octal25250113001434216114341
Binary1010110101000110110000110001110001011100011100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15A801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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