#138A6D

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

Shades of Elf Green #138A6D

Tints of Elf Green #138A6D

Color information

#138A6D (or 0x138A6D) is unknown color: approx Elf Green. HEX triplet: 13, 8A and 6D. RGB value is (19,138,109). Sum of RGB (Red+Green+Blue) = 19+138+109=266 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.14% from 266); Green value is 138 (54.30% from 255 or 51.88% from 266); Blue value is 109 (42.97% from 255 or 40.98% from 266); Max value from RGB is 138 - color contains mainly: green. Hex color #138A6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138A6D is #EC7592. Grayscale: #636363. Windows color (decimal): -15496595 or 7178771. OLE color: 7178771.

HSL color Cylindrical-coordinate representation of color #138A6D: hue angle of 165.38º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138A6D is Cyan = 0.86, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.

Color convert

RGB19138109-
CMYK0.8600.210.46
HSL165.38º75.8%30.78%-
HSV(B)165.38º86.23%54.12%-
XYZ12.1219.4217.58-
YUV99.11133.5870.86-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.14%
GREEN value IS 138 (54.30% from 255) = 51.88%
BLUE value IS 109 (42.97% from 255) = 40.98%
R=7.14%
G=51.88%
B=40.98%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal191381090.8600.210.46165.3875.830.78
Hex138A6D560152Ea54c1f
Octal232121551260255624511437
Binary10011100010101101101101011001010110111010100101100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138A6D; }

 p { color: rgb(19,138,109); }

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

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

 a { background-color: rgb(19,138,109); }

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

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

 span { border-color: rgb(19,138,109); }

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