#13A004

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

Shades of Islamic Green #13A004

Tints of Islamic Green #13A004

Color information

#13A004 (or 0x13A004) is unknown color: approx Islamic Green. HEX triplet: 13, A0 and 04. RGB value is (19,160,4). Sum of RGB (Red+Green+Blue) = 19+160+4=183 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.38% from 183); Green value is 160 (62.89% from 255 or 87.43% from 183); Blue value is 4 (1.95% from 255 or 2.19% from 183); Max value from RGB is 160 - color contains mainly: green. Hex color #13A004 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #13A004 is #EC5FFB. Grayscale: #646464. Windows color (decimal): -15491068 or 303123. OLE color: 303123.

HSL color Cylindrical-coordinate representation of color #13A004: hue angle of 114.23º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #13A004 is Cyan = 0.88, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.37.

Color convert

RGB191604-
CMYK0.8800.980.37
HSL114.23º95.12%32.16%-
HSV(B)114.23º97.5%62.75%-
XYZ12.8625.294.32-
YUV100.0673.7970.18-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.38%
GREEN value IS 160 (62.89% from 255) = 87.43%
BLUE value IS 4 (1.95% from 255) = 2.19%
R=10.38%
G=87.43%
B=2.19%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1916040.8800.980.37114.2395.1232.16
Hex13A045806225725f20
Octal23240413001424516213740
Binary100111010000010010110000110001010010111100101011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13A004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,160,4); }

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

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

 a { background-color: rgb(19,160,4); }

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

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

 span { border-color: rgb(19,160,4); }

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