#13A314

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

Shades of Islamic Green #13A314

Tints of Islamic Green #13A314

Color information

#13A314 (or 0x13A314) is unknown color: approx Islamic Green. HEX triplet: 13, A3 and 14. RGB value is (19,163,20). Sum of RGB (Red+Green+Blue) = 19+163+20=202 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.41% from 202); Green value is 163 (64.06% from 255 or 80.69% from 202); Blue value is 20 (8.20% from 255 or 9.90% from 202); Max value from RGB is 163 - color contains mainly: green. Hex color #13A314 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #13A314 is #EC5CEB. Grayscale: #686868. Windows color (decimal): -15490284 or 1352467. OLE color: 1352467.

HSL color Cylindrical-coordinate representation of color #13A314: hue angle of 120.42º 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 #13A314 is Cyan = 0.88, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB1916320-
CMYK0.8800.880.36
HSL120.42º79.12%35.69%-
HSV(B)120.42º88.34%63.92%-
XYZ13.4926.385.04-
YUV103.6480.7967.63-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.41%
GREEN value IS 163 (64.06% from 255) = 80.69%
BLUE value IS 20 (8.20% from 255) = 9.90%
R=9.41%
G=80.69%
B=9.90%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal19163200.8800.880.36120.4279.1235.69
Hex13A3145805824784f24
Octal232432413001304417011744
Binary10011101000111010010110000101100010010011110001001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13A314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,163,20); }

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

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

 a { background-color: rgb(19,163,20); }

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

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

 span { border-color: rgb(19,163,20); }

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