#139A68

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

Shades of Elf Green #139A68

Tints of Elf Green #139A68

Color information

#139A68 (or 0x139A68) is unknown color: approx Elf Green. HEX triplet: 13, 9A and 68. RGB value is (19,154,104). Sum of RGB (Red+Green+Blue) = 19+154+104=277 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.86% from 277); Green value is 154 (60.55% from 255 or 55.60% from 277); Blue value is 104 (41.02% from 255 or 37.55% from 277); Max value from RGB is 154 - color contains mainly: green. Hex color #139A68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139A68 is #EC6597. Grayscale: #6C6C6C. Windows color (decimal): -15492504 or 6855187. OLE color: 6855187.

HSL color Cylindrical-coordinate representation of color #139A68: hue angle of 157.78º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139A68 is Cyan = 0.88, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB19154104-
CMYK0.8800.320.40
HSL157.78º78.03%33.92%-
HSV(B)157.78º87.66%60.39%-
XYZ14.3224.2517.02-
YUV107.93125.7764.57-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.86%
GREEN value IS 154 (60.55% from 255) = 55.60%
BLUE value IS 104 (41.02% from 255) = 37.55%
R=6.86%
G=55.60%
B=37.55%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal191541040.8800.320.40157.7878.0333.92
Hex139A6858020289e4e22
Octal232321501300405023611642
Binary1001110011010110100010110000100000101000100111101001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139A68; }

 p { color: rgb(19,154,104); }

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

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

 a { background-color: rgb(19,154,104); }

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

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

 span { border-color: rgb(19,154,104); }

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