#138E62

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

Shades of Elf Green #138E62

Tints of Elf Green #138E62

Color information

#138E62 (or 0x138E62) is unknown color: approx Elf Green. HEX triplet: 13, 8E and 62. RGB value is (19,142,98). Sum of RGB (Red+Green+Blue) = 19+142+98=259 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.34% from 259); Green value is 142 (55.86% from 255 or 54.83% from 259); Blue value is 98 (38.67% from 255 or 37.84% from 259); Max value from RGB is 142 - color contains mainly: green. Hex color #138E62 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138E62 is #EC719D. Grayscale: #646464. Windows color (decimal): -15495582 or 6458899. OLE color: 6458899.

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

Color convert

RGB1914298-
CMYK0.8700.310.44
HSL158.54º76.4%31.57%-
HSV(B)158.54º86.62%55.69%-
XYZ12.1520.3714.85-
YUV100.21126.7570.08-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.34%
GREEN value IS 142 (55.86% from 255) = 54.83%
BLUE value IS 98 (38.67% from 255) = 37.84%
R=7.34%
G=54.83%
B=37.84%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal19142980.8700.310.44158.5476.431.57
Hex138E625701F2C9f4c20
Octal232161421270375423711440
Binary100111000111011000101010111011111101100100111111001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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