#138E78

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

Shades of Elf Green #138E78

Tints of Elf Green #138E78

Color information

#138E78 (or 0x138E78) is unknown color: approx Elf Green. HEX triplet: 13, 8E and 78. RGB value is (19,142,120). Sum of RGB (Red+Green+Blue) = 19+142+120=281 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.76% from 281); Green value is 142 (55.86% from 255 or 50.53% from 281); Blue value is 120 (47.27% from 255 or 42.70% from 281); Max value from RGB is 142 - color contains mainly: green. Hex color #138E78 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138E78 is #EC7187. Grayscale: #666666. Windows color (decimal): -15495560 or 7900691. OLE color: 7900691.

HSL color Cylindrical-coordinate representation of color #138E78: hue angle of 169.27º 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 #138E78 is Cyan = 0.87, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB19142120-
CMYK0.8700.150.44
HSL169.27º76.4%31.57%-
HSV(B)169.27º86.62%55.69%-
XYZ13.3320.8421.09-
YUV102.72137.7568.29-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.76%
GREEN value IS 142 (55.86% from 255) = 50.53%
BLUE value IS 120 (47.27% from 255) = 42.70%
R=6.76%
G=50.53%
B=42.70%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal191421200.8700.150.44169.2776.431.57
Hex138E78570F2Ca94c20
Octal232161701270175425111440
Binary10011100011101111000101011101111101100101010011001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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