Html Css Color HEX #139700 Islamic Green

📋 copy color: '#139700'

red 19 ◦ green 151 ◦ blue 0

#139700
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Islamic Green #139700

Tints of Islamic Green #139700

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 value IS 0.87

 M value IS 0

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#139700 (or 0x139700) is known color: 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

RGB 19 151 0 -
CMYK 0.87 0 1 0.41
HSL 112.45º 1% 0.3% -
HSV(B) 112.45º 1% 0.59% -
XYZ 11.34 22.27 3.7 -
YUV 94.32 74.77 74.28 -
System Red Green Blue C M Y K H S L
Decimal 19 151 0 0.87 0 1 0.41 112.45 1 0.3
Hex 13 97 0 57 0 64 29 70 64 1E
Octal 23 227 0 127 0 144 51 160 144 36
Binary 10011 10010111 0 1010111 0 1100100 101001 1110000 1100100 11110

Color Harmonies of #139700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139700

Black with #139700

Text Example


Text Example

White with #139700

Text Example


Text Example

HTML Codes & Css Web 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>