#13930A

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

Shades of Islamic Green #13930A

Tints of Islamic Green #13930A

Color information

#13930A (or 0x13930A) is unknown color: approx Islamic Green. HEX triplet: 13, 93 and 0A. RGB value is (19,147,10). Sum of RGB (Red+Green+Blue) = 19+147+10=176 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.80% from 176); Green value is 147 (57.81% from 255 or 83.52% from 176); Blue value is 10 (4.30% from 255 or 5.68% from 176); Max value from RGB is 147 - color contains mainly: green. Hex color #13930A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #13930A is #EC6CF5. Grayscale: #5D5D5D. Windows color (decimal): -15494390 or 693011. OLE color: 693011.

HSL color Cylindrical-coordinate representation of color #13930A: hue angle of 116.06º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #13930A is Cyan = 0.87, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB1914710-
CMYK0.8700.930.42
HSL116.06º87.26%30.78%-
HSV(B)116.06º93.2%57.65%-
XYZ10.7621.033.78-
YUV93.1181.0975.14-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.80%
GREEN value IS 147 (57.81% from 255) = 83.52%
BLUE value IS 10 (4.30% from 255) = 5.68%
R=10.80%
G=83.52%
B=5.68%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal19147100.8700.930.42116.0687.2630.78
Hex1393A5705D2A74571f
Octal232231212701355216412737
Binary100111001001110101010111010111011010101110100101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13930A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13930A; }

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

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

<style>
 a { background-color: #13930A; }

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

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

<style>
 span { border-color: #13930A; }

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

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