#139160

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

Shades of Elf Green #139160

Tints of Elf Green #139160

Color information

#139160 (or 0x139160) is unknown color: approx Elf Green. HEX triplet: 13, 91 and 60. RGB value is (19,145,96). Sum of RGB (Red+Green+Blue) = 19+145+96=260 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.31% from 260); Green value is 145 (57.03% from 255 or 55.77% from 260); Blue value is 96 (37.89% from 255 or 36.92% from 260); Max value from RGB is 145 - color contains mainly: green. Hex color #139160 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139160 is #EC6E9F. Grayscale: #656565. Windows color (decimal): -15494816 or 6328595. OLE color: 6328595.

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

Color convert

RGB1914596-
CMYK0.8700.340.43
HSL156.67º76.83%32.16%-
HSV(B)156.67º86.9%56.86%-
XYZ12.5121.2314.51-
YUV101.74124.7668.98-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.31%
GREEN value IS 145 (57.03% from 255) = 55.77%
BLUE value IS 96 (37.89% from 255) = 36.92%
R=7.31%
G=55.77%
B=36.92%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal19145960.8700.340.43156.6776.8332.16
Hex139160570222B9d4d20
Octal232211401270425323511540
Binary1001110010001110000010101110100010101011100111011001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139160; }

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

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

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

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

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

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

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

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