#138E7A

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

Shades of Elf Green #138E7A

Tints of Elf Green #138E7A

Color information

#138E7A (or 0x138E7A) is unknown color: approx Elf Green. HEX triplet: 13, 8E and 7A. RGB value is (19,142,122). Sum of RGB (Red+Green+Blue) = 19+142+122=283 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.71% from 283); Green value is 142 (55.86% from 255 or 50.18% from 283); Blue value is 122 (48.05% from 255 or 43.11% from 283); Max value from RGB is 142 - color contains mainly: green. Hex color #138E7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138E7A is #EC7185. Grayscale: #666666. Windows color (decimal): -15495558 or 8031763. OLE color: 8031763.

HSL color Cylindrical-coordinate representation of color #138E7A: hue angle of 170.24º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #138E7A is Cyan = 0.87, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB19142122-
CMYK0.8700.140.44
HSL170.24º76.4%31.57%-
HSV(B)170.24º86.62%55.69%-
XYZ13.4520.8921.74-
YUV102.94138.7568.13-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.71%
GREEN value IS 142 (55.86% from 255) = 50.18%
BLUE value IS 122 (48.05% from 255) = 43.11%
R=6.71%
G=50.18%
B=43.11%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal191421220.8700.140.44170.2476.431.57
Hex138E7A570E2Caa4c20
Octal232161721270165425211440
Binary10011100011101111010101011101110101100101010101001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,142,122); }

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

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

 a { background-color: rgb(19,142,122); }

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

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

 span { border-color: rgb(19,142,122); }

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