#13A400

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

Shades of Islamic Green #13A400

Tints of Islamic Green #13A400

Color information

#13A400 (or 0x13A400) is unknown color: approx Islamic Green. HEX triplet: 13, A4 and 00. RGB value is (19,164,0). Sum of RGB (Red+Green+Blue) = 19+164+0=183 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.38% from 183); Green value is 164 (64.45% from 255 or 89.62% from 183); Blue value is 0 (0.39% from 255 or 0% from 183); Max value from RGB is 164 - color contains mainly: green. Hex color #13A400 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #13A400 is #EC5BFF. Grayscale: #666666. Windows color (decimal): -15490048 or 42003. OLE color: 42003.

HSL color Cylindrical-coordinate representation of color #13A400: hue angle of 113.05º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #13A400 is Cyan = 0.88, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB191640-
CMYK0.88010.36
HSL113.05º100%32.16%-
HSV(B)113.05º100%64.31%-
XYZ13.5426.694.44-
YUV101.9570.4668.84-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.38%
GREEN value IS 164 (64.45% from 255) = 89.62%
BLUE value IS 0 (0.39% from 255) = 0%
R=10.38%
G=89.62%
B=0%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1916400.88010.36113.0510032.16
Hex13A405806424716420
Octal23244013001444416114440
Binary1001110100100010110000110010010010011100011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13A400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,164,0); }

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

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

 a { background-color: rgb(19,164,0); }

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

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

 span { border-color: rgb(19,164,0); }

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