Html Css Color HEX #139400 Islamic Green

📋 copy color: '#139400'

red 19 ◦ green 148 ◦ blue 0

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

Shades of Islamic Green #139400

Tints of Islamic Green #139400

RGB

 RED value IS 19 (7.81% from 255) = 11.38%

 GREEN value IS 148 (58.2% from 255) = 88.62%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 11.38%
G = 88.62%
B = 0%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#139400 (or 0x139400) is known color: Islamic Green. HEX triplet: 13, 94 and 00. RGB value is (19,148,0). Sum of RGB (Red+Green+Blue) = 19+148+0=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 148 (58.20% from 255 or 88.62% from 167); Blue value is 0 (0.39% from 255 or 0% from 167); Max value from RGB is 148 - color contains mainly: green. Hex color #139400 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #139400 is #EC6BFF. Grayscale: #5D5D5D. Windows color (decimal): -15494144 or 37907. OLE color: 37907.

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

Color convert

RGB 19 148 0 -
CMYK 0.87 0 1 0.42
HSL 112.3º 1% 0.29% -
HSV(B) 112.3º 1% 0.58% -
XYZ 10.86 21.32 3.54 -
YUV 92.56 75.76 75.53 -
System Red Green Blue C M Y K H S L
Decimal 19 148 0 0.87 0 1 0.42 112.3 1 0.29
Hex 13 94 0 57 0 64 2A 70 64 1D
Octal 23 224 0 127 0 144 52 160 144 35
Binary 10011 10010100 0 1010111 0 1100100 101010 1110000 1100100 11101

Color Harmonies of #139400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139400

Black with #139400

Text Example


Text Example

White with #139400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139400; }

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

 H1.HeaderClassName
 {
   color: #139400;
 }
 .AnyTagClassName
 {
   color: #139400;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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