Html Css Color HEX #139174 Elf Green

📋 copy color: '#139174'

red 19 ◦ green 145 ◦ blue 116

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

Shades of Elf Green #139174

Tints of Elf Green #139174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 41.43%

R = 6.79%
G = 51.79%
B = 41.43%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.2

 K value IS 0.43

RGB Variations

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

Color information

#139174 (or 0x139174) is known color: Elf Green. HEX triplet: 13, 91 and 74. RGB value is (19,145,116). Sum of RGB (Red+Green+Blue) = 19+145+116=280 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.79% from 280); Green value is 145 (57.03% from 255 or 51.79% from 280); Blue value is 116 (45.70% from 255 or 41.43% from 280); Max value from RGB is 145 - color contains mainly: green. Hex color #139174 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139174 is #EC6E8B. Grayscale: #686868. Windows color (decimal): -15494796 or 7639315. OLE color: 7639315.

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

Color convert

RGB 19 145 116 -
CMYK 0.87 0 0.2 0.43
HSL 166.19º 0.77% 0.32% -
HSV(B) 166.19º 0.87% 0.57% -
XYZ 13.55 21.65 19.99 -
YUV 104.02 134.76 67.36 -
System Red Green Blue C M Y K H S L
Decimal 19 145 116 0.87 0 0.2 0.43 166.19 0.77 0.32
Hex 13 91 74 57 0 14 2B A6 4D 20
Octal 23 221 164 127 0 24 53 246 115 40
Binary 10011 10010001 1110100 1010111 0 10100 101011 10100110 1001101 100000

Color Harmonies of #139174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139174

Black with #139174

Text Example


Text Example

White with #139174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139174; }

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

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

background-color css

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

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

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

border-color css

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

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

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