#13A603

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

Shades of Islamic Green #13A603

Tints of Islamic Green #13A603

Color information

#13A603 (or 0x13A603) is unknown color: approx Islamic Green. HEX triplet: 13, A6 and 03. RGB value is (19,166,3). Sum of RGB (Red+Green+Blue) = 19+166+3=188 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.11% from 188); Green value is 166 (65.23% from 255 or 88.30% from 188); Blue value is 3 (1.56% from 255 or 1.60% from 188); Max value from RGB is 166 - color contains mainly: green. Hex color #13A603 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #13A603 is #EC59FC. Grayscale: #676767. Windows color (decimal): -15489533 or 239123. OLE color: 239123.

HSL color Cylindrical-coordinate representation of color #13A603: hue angle of 114.11º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #13A603 is Cyan = 0.89, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.35.

Color convert

RGB191663-
CMYK0.8900.980.35
HSL114.11º96.45%33.14%-
HSV(B)114.11º98.19%65.1%-
XYZ13.9227.424.64-
YUV103.4671.367.75-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.11%
GREEN value IS 166 (65.23% from 255) = 88.30%
BLUE value IS 3 (1.56% from 255) = 1.60%
R=10.11%
G=88.30%
B=1.60%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1916630.8900.980.35114.1196.4533.14
Hex13A635906223726021
Octal23246313101424316214041
Binary10011101001101110110010110001010001111100101100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13A603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,166,3); }

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

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

 a { background-color: rgb(19,166,3); }

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

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

 span { border-color: rgb(19,166,3); }

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