#13B20A

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

Shades of Islamic Green #13B20A

Tints of Islamic Green #13B20A

Color information

#13B20A (or 0x13B20A) is unknown color: approx Islamic Green. HEX triplet: 13, B2 and 0A. RGB value is (19,178,10). Sum of RGB (Red+Green+Blue) = 19+178+10=207 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.18% from 207); Green value is 178 (69.92% from 255 or 85.99% from 207); Blue value is 10 (4.30% from 255 or 4.83% from 207); Max value from RGB is 178 - color contains mainly: green. Hex color #13B20A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #13B20A is #EC4DF5. Grayscale: #6F6F6F. Windows color (decimal): -15486454 or 700947. OLE color: 700947.

HSL color Cylindrical-coordinate representation of color #13B20A: hue angle of 116.79º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #13B20A is Cyan = 0.89, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB1917810-
CMYK0.8900.940.30
HSL116.79º89.36%36.86%-
HSV(B)116.79º94.38%69.8%-
XYZ16.24325.61-
YUV111.3170.8262.16-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.18%
GREEN value IS 178 (69.92% from 255) = 85.99%
BLUE value IS 10 (4.30% from 255) = 4.83%
R=9.18%
G=85.99%
B=4.83%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal19178100.8900.940.30116.7989.3636.86
Hex13B2A5905E1E755925
Octal232621213101363616513145
Binary100111011001010101011001010111101111011101011011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13B20A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,178,10); }

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

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

 a { background-color: rgb(19,178,10); }

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

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

 span { border-color: rgb(19,178,10); }

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