Html Css Color HEX #139076 Elf Green

📋 copy color: '#139076'

red 19 ◦ green 144 ◦ blue 118

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

Shades of Elf Green #139076

Tints of Elf Green #139076

RGB

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

 GREEN value IS 144 (56.64% from 255) = 51.25%

 BLUE value IS 118 (46.48% from 255) = 41.99%

R = 6.76%
G = 51.25%
B = 41.99%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#139076 (or 0x139076) is known color: Elf Green. HEX triplet: 13, 90 and 76. RGB value is (19,144,118). Sum of RGB (Red+Green+Blue) = 19+144+118=281 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.76% from 281); Green value is 144 (56.64% from 255 or 51.25% from 281); Blue value is 118 (46.48% from 255 or 41.99% from 281); Max value from RGB is 144 - color contains mainly: green. Hex color #139076 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139076 is #EC6F89. Grayscale: #676767. Windows color (decimal): -15495050 or 7770131. OLE color: 7770131.

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

Color convert

RGB 19 144 118 -
CMYK 0.87 0 0.18 0.44
HSL 167.52º 0.77% 0.32% -
HSV(B) 167.52º 0.87% 0.56% -
XYZ 13.51 21.39 20.56 -
YUV 103.66 136.09 67.61 -
System Red Green Blue C M Y K H S L
Decimal 19 144 118 0.87 0 0.18 0.44 167.52 0.77 0.32
Hex 13 90 76 57 0 12 2C A8 4D 20
Octal 23 220 166 127 0 22 54 250 115 40
Binary 10011 10010000 1110110 1010111 0 10010 101100 10101000 1001101 100000

Color Harmonies of #139076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139076

Black with #139076

Text Example


Text Example

White with #139076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139076; }

 p { color: rgb(19,144,118); }

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

background-color css

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

 a { background-color: rgb(19,144,118); }

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

border-color css

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

 span { border-color: rgb(19,144,118); }

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