#13A416

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

Shades of Islamic Green #13A416

Tints of Islamic Green #13A416

Color information

#13A416 (or 0x13A416) is unknown color: approx Islamic Green. HEX triplet: 13, A4 and 16. RGB value is (19,164,22). Sum of RGB (Red+Green+Blue) = 19+164+22=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 164 (64.45% from 255 or 80% from 205); Blue value is 22 (8.98% from 255 or 10.73% from 205); Max value from RGB is 164 - color contains mainly: green. Hex color #13A416 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #13A416 is #EC5BE9. Grayscale: #686868. Windows color (decimal): -15490026 or 1483795. OLE color: 1483795.

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

Color convert

RGB1916422-
CMYK0.8800.870.36
HSL121.24º79.23%35.88%-
HSV(B)121.24º88.41%64.31%-
XYZ13.6926.755.2-
YUV104.4681.4667.05-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.27%
GREEN value IS 164 (64.45% from 255) = 80%
BLUE value IS 22 (8.98% from 255) = 10.73%
R=9.27%
G=80%
B=10.73%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal19164220.8800.870.36121.2479.2335.88
Hex13A4165805724794f24
Octal232442613001274417111744
Binary10011101001001011010110000101011110010011110011001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13A416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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