#138E76

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

Shades of Elf Green #138E76

Tints of Elf Green #138E76

Color information

#138E76 (or 0x138E76) is unknown color: approx Elf Green. HEX triplet: 13, 8E and 76. RGB value is (19,142,118). Sum of RGB (Red+Green+Blue) = 19+142+118=279 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.81% from 279); Green value is 142 (55.86% from 255 or 50.90% from 279); Blue value is 118 (46.48% from 255 or 42.29% from 279); Max value from RGB is 142 - color contains mainly: green. Hex color #138E76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138E76 is #EC7189. Grayscale: #666666. Windows color (decimal): -15495562 or 7769619. OLE color: 7769619.

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

Color convert

RGB19142118-
CMYK0.8700.170.44
HSL168.29º76.4%31.57%-
HSV(B)168.29º86.62%55.69%-
XYZ13.2120.7920.46-
YUV102.49136.7568.45-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.81%
GREEN value IS 142 (55.86% from 255) = 50.90%
BLUE value IS 118 (46.48% from 255) = 42.29%
R=6.81%
G=50.90%
B=42.29%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal191421180.8700.170.44168.2976.431.57
Hex138E76570112Ca84c20
Octal232161661270215425011440
Binary100111000111011101101010111010001101100101010001001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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