#138C6F

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

Shades of Elf Green #138C6F

Tints of Elf Green #138C6F

Color information

#138C6F (or 0x138C6F) is unknown color: approx Elf Green. HEX triplet: 13, 8C and 6F. RGB value is (19,140,111). Sum of RGB (Red+Green+Blue) = 19+140+111=270 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.04% from 270); Green value is 140 (55.08% from 255 or 51.85% from 270); Blue value is 111 (43.75% from 255 or 41.11% from 270); Max value from RGB is 140 - color contains mainly: green. Hex color #138C6F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138C6F is #EC7390. Grayscale: #646464. Windows color (decimal): -15496081 or 7310355. OLE color: 7310355.

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

Color convert

RGB19140111-
CMYK0.8600.210.45
HSL165.62º76.1%31.18%-
HSV(B)165.62º86.43%54.9%-
XYZ12.5220.0418.25-
YUV100.51133.9169.86-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.04%
GREEN value IS 140 (55.08% from 255) = 51.85%
BLUE value IS 111 (43.75% from 255) = 41.11%
R=7.04%
G=51.85%
B=41.11%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal191401110.8600.210.45165.6276.131.18
Hex138C6F560152Da64c1f
Octal232141571260255524611437
Binary10011100011001101111101011001010110110110100110100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,140,111); }

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

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

 a { background-color: rgb(19,140,111); }

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

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

 span { border-color: rgb(19,140,111); }

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