#13A00C

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

Shades of Islamic Green #13A00C

Tints of Islamic Green #13A00C

Color information

#13A00C (or 0x13A00C) is unknown color: approx Islamic Green. HEX triplet: 13, A0 and 0C. RGB value is (19,160,12). Sum of RGB (Red+Green+Blue) = 19+160+12=191 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.95% from 191); Green value is 160 (62.89% from 255 or 83.77% from 191); Blue value is 12 (5.08% from 255 or 6.28% from 191); Max value from RGB is 160 - color contains mainly: green. Hex color #13A00C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #13A00C is #EC5FF3. Grayscale: #656565. Windows color (decimal): -15491060 or 827411. OLE color: 827411.

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

Color convert

RGB1916012-
CMYK0.8800.930.37
HSL117.16º86.05%33.73%-
HSV(B)117.16º92.5%62.75%-
XYZ12.9125.314.55-
YUV100.9777.7969.53-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.95%
GREEN value IS 160 (62.89% from 255) = 83.77%
BLUE value IS 12 (5.08% from 255) = 6.28%
R=9.95%
G=83.77%
B=6.28%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal19160120.8800.930.37117.1686.0533.73
Hex13A0C5805D25755622
Octal232401413001354516512642
Binary1001110100000110010110000101110110010111101011010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13A00C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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