#138D6C

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

Shades of Elf Green #138D6C

Tints of Elf Green #138D6C

Color information

#138D6C (or 0x138D6C) is unknown color: approx Elf Green. HEX triplet: 13, 8D and 6C. RGB value is (19,141,108). Sum of RGB (Red+Green+Blue) = 19+141+108=268 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.09% from 268); Green value is 141 (55.47% from 255 or 52.61% from 268); Blue value is 108 (42.58% from 255 or 40.30% from 268); Max value from RGB is 141 - color contains mainly: green. Hex color #138D6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138D6C is #EC7293. Grayscale: #646464. Windows color (decimal): -15495828 or 7114003. OLE color: 7114003.

HSL color Cylindrical-coordinate representation of color #138D6C: hue angle of 163.77º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #138D6C is Cyan = 0.87, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB19141108-
CMYK0.8700.230.45
HSL163.77º76.25%31.37%-
HSV(B)163.77º86.52%55.29%-
XYZ12.520.2717.44-
YUV100.76132.0869.68-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.09%
GREEN value IS 141 (55.47% from 255) = 52.61%
BLUE value IS 108 (42.58% from 255) = 40.30%
R=7.09%
G=52.61%
B=40.30%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal191411080.8700.230.45163.7776.2531.37
Hex138D6C570172Da44c1f
Octal232151541270275524411437
Binary10011100011011101100101011101011110110110100100100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,141,108); }

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

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

 a { background-color: rgb(19,141,108); }

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

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

 span { border-color: rgb(19,141,108); }

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