#139670

Color #139670 Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #139670

Tints of Elf Green #139670

Color information

#139670 (or 0x139670) is unknown color: approx Elf Green. HEX triplet: 13, 96 and 70. RGB value is (19,150,112). Sum of RGB (Red+Green+Blue) = 19+150+112=281 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.76% from 281); Green value is 150 (58.98% from 255 or 53.38% from 281); Blue value is 112 (44.14% from 255 or 39.86% from 281); Max value from RGB is 150 - color contains mainly: green. Hex color #139670 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139670 is #EC698F. Grayscale: #6A6A6A. Windows color (decimal): -15493520 or 7378451. OLE color: 7378451.

HSL color Cylindrical-coordinate representation of color #139670: hue angle of 162.6º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139670 is Cyan = 0.87, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB19150112-
CMYK0.8700.250.41
HSL162.6º77.51%33.14%-
HSV(B)162.6º87.33%58.82%-
XYZ14.123.1219.05-
YUV106.5131.165.59-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.76%
GREEN value IS 150 (58.98% from 255) = 53.38%
BLUE value IS 112 (44.14% from 255) = 39.86%
R=6.76%
G=53.38%
B=39.86%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal191501120.8700.250.41162.677.5133.14
Hex1396705701929a34e21
Octal232261601270315124311641
Binary100111001011011100001010111011001101001101000111001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139670; }

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

 H1.HeaderClassName
 {
   color: #139670;
 }
 .AnyTagClassName
 {
   color: #139670;
 }
</style>
background-color css

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

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

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

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

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

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