Html Css Color HEX #139170 Elf Green

📋 copy color: '#139170'

red 19 ◦ green 145 ◦ blue 112

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

Shades of Elf Green #139170

Tints of Elf Green #139170

RGB

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

 GREEN value IS 145 (57.03% from 255) = 52.54%

 BLUE value IS 112 (44.14% from 255) = 40.58%

R = 6.88%
G = 52.54%
B = 40.58%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#139170 (or 0x139170) is known color: Elf Green. HEX triplet: 13, 91 and 70. RGB value is (19,145,112). Sum of RGB (Red+Green+Blue) = 19+145+112=276 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.88% from 276); Green value is 145 (57.03% from 255 or 52.54% from 276); Blue value is 112 (44.14% from 255 or 40.58% from 276); Max value from RGB is 145 - color contains mainly: green. Hex color #139170 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139170 is #EC6E8F. Grayscale: #676767. Windows color (decimal): -15494800 or 7377171. OLE color: 7377171.

HSL color Cylindrical-coordinate representation of color #139170: hue angle of 164.29º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139170 is Cyan = 0.87, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 19 145 112 -
CMYK 0.87 0 0.23 0.43
HSL 164.29º 0.77% 0.32% -
HSV(B) 164.29º 0.87% 0.57% -
XYZ 13.32 21.56 18.79 -
YUV 103.56 132.76 67.68 -
System Red Green Blue C M Y K H S L
Decimal 19 145 112 0.87 0 0.23 0.43 164.29 0.77 0.32
Hex 13 91 70 57 0 17 2B A4 4D 20
Octal 23 221 160 127 0 27 53 244 115 40
Binary 10011 10010001 1110000 1010111 0 10111 101011 10100100 1001101 100000

Color Harmonies of #139170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139170

Black with #139170

Text Example


Text Example

White with #139170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139170; }

 p { color: rgb(19,145,112); }

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

background-color css

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

 a { background-color: rgb(19,145,112); }

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

border-color css

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

 span { border-color: rgb(19,145,112); }

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