#13A910

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

Shades of Islamic Green #13A910

Tints of Islamic Green #13A910

Color information

#13A910 (or 0x13A910) is unknown color: approx Islamic Green. HEX triplet: 13, A9 and 10. RGB value is (19,169,16). Sum of RGB (Red+Green+Blue) = 19+169+16=204 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.31% from 204); Green value is 169 (66.41% from 255 or 82.84% from 204); Blue value is 16 (6.64% from 255 or 7.84% from 204); Max value from RGB is 169 - color contains mainly: green. Hex color #13A910 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #13A910 is #EC56EF. Grayscale: #6B6B6B. Windows color (decimal): -15488752 or 1091859. OLE color: 1091859.

HSL color Cylindrical-coordinate representation of color #13A910: hue angle of 118.82º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13A910 is Cyan = 0.89, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.34.

Color convert

RGB1916916-
CMYK0.8900.910.34
HSL118.82º82.7%36.27%-
HSV(B)118.82º90.53%66.27%-
XYZ14.5528.555.23-
YUV106.7176.8165.44-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.31%
GREEN value IS 169 (66.41% from 255) = 82.84%
BLUE value IS 16 (6.64% from 255) = 7.84%
R=9.31%
G=82.84%
B=7.84%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal19169160.8900.910.34118.8282.736.27
Hex13A9105905B22775324
Octal232512013101334216712344
Binary10011101010011000010110010101101110001011101111010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13A910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,169,16); }

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

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

 a { background-color: rgb(19,169,16); }

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

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

 span { border-color: rgb(19,169,16); }

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