#13AC16

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

Shades of Islamic Green #13AC16

Tints of Islamic Green #13AC16

Color information

#13AC16 (or 0x13AC16) is unknown color: approx Islamic Green. HEX triplet: 13, AC and 16. RGB value is (19,172,22). Sum of RGB (Red+Green+Blue) = 19+172+22=213 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.92% from 213); Green value is 172 (67.58% from 255 or 80.75% from 213); Blue value is 22 (8.98% from 255 or 10.33% from 213); Max value from RGB is 172 - color contains mainly: green. Hex color #13AC16 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #13AC16 is #EC53E9. Grayscale: #6D6D6D. Windows color (decimal): -15487978 or 1485843. OLE color: 1485843.

HSL color Cylindrical-coordinate representation of color #13AC16: hue angle of 121.18º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13AC16 is Cyan = 0.89, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB1917222-
CMYK0.8900.870.33
HSL121.18º80.1%37.45%-
HSV(B)121.18º88.95%67.45%-
XYZ15.1729.75.69-
YUV109.1578.8163.7-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.92%
GREEN value IS 172 (67.58% from 255) = 80.75%
BLUE value IS 22 (8.98% from 255) = 10.33%
R=8.92%
G=80.75%
B=10.33%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal19172220.8900.870.33121.1880.137.45
Hex13AC165905721795025
Octal232542613101274117112045
Binary10011101011001011010110010101011110000111110011010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13AC16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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