#139910

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

Shades of Islamic Green #139910

Tints of Islamic Green #139910

Color information

#139910 (or 0x139910) is unknown color: approx Islamic Green. HEX triplet: 13, 99 and 10. RGB value is (19,153,16). Sum of RGB (Red+Green+Blue) = 19+153+16=188 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.11% from 188); Green value is 153 (60.16% from 255 or 81.38% from 188); Blue value is 16 (6.64% from 255 or 8.51% from 188); Max value from RGB is 153 - color contains mainly: green. Hex color #139910 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #139910 is #EC66EF. Grayscale: #616161. Windows color (decimal): -15492848 or 1087763. OLE color: 1087763.

HSL color Cylindrical-coordinate representation of color #139910: hue angle of 118.69º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #139910 is Cyan = 0.88, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB1915316-
CMYK0.8800.900.4
HSL118.69º81.07%33.14%-
HSV(B)118.69º89.54%60%-
XYZ11.7522.964.3-
YUV97.3282.1172.14-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.11%
GREEN value IS 153 (60.16% from 255) = 81.38%
BLUE value IS 16 (6.64% from 255) = 8.51%
R=10.11%
G=81.38%
B=8.51%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal19153160.8800.900.4118.6981.0733.14
Hex1399105805A28775121
Octal232312013001325016712141
Binary10011100110011000010110000101101010100011101111010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139910; }

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

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

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

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

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

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

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

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