#13A301

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

Shades of Islamic Green #13A301

Tints of Islamic Green #13A301

Color information

#13A301 (or 0x13A301) is unknown color: approx Islamic Green. HEX triplet: 13, A3 and 01. RGB value is (19,163,1). Sum of RGB (Red+Green+Blue) = 19+163+1=183 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.38% from 183); Green value is 163 (64.06% from 255 or 89.07% from 183); Blue value is 1 (0.78% from 255 or 0.55% from 183); Max value from RGB is 163 - color contains mainly: green. Hex color #13A301 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #13A301 is #EC5CFE. Grayscale: #656565. Windows color (decimal): -15490303 or 107283. OLE color: 107283.

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

Color convert

RGB191631-
CMYK0.8800.990.36
HSL113.33º98.78%32.16%-
HSV(B)113.33º99.39%63.92%-
XYZ13.3726.344.41-
YUV101.4871.2969.17-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.38%
GREEN value IS 163 (64.06% from 255) = 89.07%
BLUE value IS 1 (0.78% from 255) = 0.55%
R=10.38%
G=89.07%
B=0.55%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1916310.8800.990.36113.3398.7832.16
Hex13A315806324716320
Octal23243113001434416114340
Binary1001110100011110110000110001110010011100011100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13A301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13A301; }

 p { color: rgb(19,163,1); }

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

<style>
 a { background-color: #13A301; }

 a { background-color: rgb(19,163,1); }

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

<style>
 span { border-color: #13A301; }

 span { border-color: rgb(19,163,1); }

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