#138E5A

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

Shades of Elf Green #138E5A

Tints of Elf Green #138E5A

Color information

#138E5A (or 0x138E5A) is unknown color: approx Elf Green. HEX triplet: 13, 8E and 5A. RGB value is (19,142,90). Sum of RGB (Red+Green+Blue) = 19+142+90=251 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.57% from 251); Green value is 142 (55.86% from 255 or 56.57% from 251); Blue value is 90 (35.55% from 255 or 35.86% from 251); Max value from RGB is 142 - color contains mainly: green. Hex color #138E5A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138E5A is #EC71A5. Grayscale: #636363. Windows color (decimal): -15495590 or 5934611. OLE color: 5934611.

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

Color convert

RGB1914290-
CMYK0.8700.370.44
HSL154.63º76.4%31.57%-
HSV(B)154.63º86.62%55.69%-
XYZ11.7920.2212.95-
YUV99.3122.7570.73-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.57%
GREEN value IS 142 (55.86% from 255) = 56.57%
BLUE value IS 90 (35.55% from 255) = 35.86%
R=7.57%
G=56.57%
B=35.86%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal19142900.8700.370.44154.6376.431.57
Hex138E5A570252C9b4c20
Octal232161321270455423311440
Binary1001110001110101101010101110100101101100100110111001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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