#13A602

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

Shades of Islamic Green #13A602

Tints of Islamic Green #13A602

Color information

#13A602 (or 0x13A602) is unknown color: approx Islamic Green. HEX triplet: 13, A6 and 02. RGB value is (19,166,2). Sum of RGB (Red+Green+Blue) = 19+166+2=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 166 (65.23% from 255 or 88.77% from 187); Blue value is 2 (1.17% from 255 or 1.07% from 187); Max value from RGB is 166 - color contains mainly: green. Hex color #13A602 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #13A602 is #EC59FD. Grayscale: #676767. Windows color (decimal): -15489534 or 173587. OLE color: 173587.

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

Color convert

RGB191662-
CMYK0.8900.990.35
HSL113.78º97.62%32.94%-
HSV(B)113.78º98.8%65.1%-
XYZ13.9227.424.62-
YUV103.3570.867.84-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.16%
GREEN value IS 166 (65.23% from 255) = 88.77%
BLUE value IS 2 (1.17% from 255) = 1.07%
R=10.16%
G=88.77%
B=1.07%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1916620.8900.990.35113.7897.6232.94
Hex13A625906323726221
Octal23246213101434316214241
Binary10011101001101010110010110001110001111100101100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13A602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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