Html Css Color HEX #139161 Elf Green

📋 copy color: '#139161'

red 19 ◦ green 145 ◦ blue 97

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

Shades of Elf Green #139161

Tints of Elf Green #139161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 37.16%

R = 7.28%
G = 55.56%
B = 37.16%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.33

 K value IS 0.43

RGB Variations

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

Color information

#139161 (or 0x139161) is known color: Elf Green. HEX triplet: 13, 91 and 61. RGB value is (19,145,97). Sum of RGB (Red+Green+Blue) = 19+145+97=261 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.28% from 261); Green value is 145 (57.03% from 255 or 55.56% from 261); Blue value is 97 (38.28% from 255 or 37.16% from 261); Max value from RGB is 145 - color contains mainly: green. Hex color #139161 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139161 is #EC6E9E. Grayscale: #656565. Windows color (decimal): -15494815 or 6394131. OLE color: 6394131.

HSL color Cylindrical-coordinate representation of color #139161: hue angle of 157.14º 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 #139161 is Cyan = 0.87, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.43.

Color convert

RGB 19 145 97 -
CMYK 0.87 0 0.33 0.43
HSL 157.14º 0.77% 0.32% -
HSV(B) 157.14º 0.87% 0.57% -
XYZ 12.55 21.25 14.75 -
YUV 101.85 125.26 68.9 -
System Red Green Blue C M Y K H S L
Decimal 19 145 97 0.87 0 0.33 0.43 157.14 0.77 0.32
Hex 13 91 61 57 0 21 2B 9D 4D 20
Octal 23 221 141 127 0 41 53 235 115 40
Binary 10011 10010001 1100001 1010111 0 100001 101011 10011101 1001101 100000

Color Harmonies of #139161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139161

Black with #139161

Text Example


Text Example

White with #139161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139161; }

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

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

background-color css

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

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

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

border-color css

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

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

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