#139700

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

Shades of Islamic Green #139700

Tints of Islamic Green #139700

Color information

#139700 (or 0x139700) is unknown color: approx Islamic Green. HEX triplet: 13, 97 and 00. RGB value is (19,151,0). Sum of RGB (Red+Green+Blue) = 19+151+0=170 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.18% from 170); Green value is 151 (59.38% from 255 or 88.82% from 170); Blue value is 0 (0.39% from 255 or 0% from 170); Max value from RGB is 151 - color contains mainly: green. Hex color #139700 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #139700 is #EC68FF. Grayscale: #5E5E5E. Windows color (decimal): -15493376 or 38675. OLE color: 38675.

HSL color Cylindrical-coordinate representation of color #139700: hue angle of 112.45º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #139700 is Cyan = 0.87, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.41.

Color convert

RGB191510-
CMYK0.87010.41
HSL112.45º100%29.61%-
HSV(B)112.45º100%59.22%-
XYZ11.3422.273.7-
YUV94.3274.7774.28-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.18%
GREEN value IS 151 (59.38% from 255) = 88.82%
BLUE value IS 0 (0.39% from 255) = 0%
R=11.18%
G=88.82%
B=0%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1915100.87010.41112.4510029.61
Hex13970570642970641e
Octal23227012701445116014436
Binary100111001011101010111011001001010011110000110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139700; }

 p { color: rgb(19,151,0); }

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

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

 a { background-color: rgb(19,151,0); }

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

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

 span { border-color: rgb(19,151,0); }

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