#138E64

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

Shades of Elf Green #138E64

Tints of Elf Green #138E64

Color information

#138E64 (or 0x138E64) is unknown color: approx Elf Green. HEX triplet: 13, 8E and 64. RGB value is (19,142,100). Sum of RGB (Red+Green+Blue) = 19+142+100=261 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.28% from 261); Green value is 142 (55.86% from 255 or 54.41% from 261); Blue value is 100 (39.45% from 255 or 38.31% from 261); Max value from RGB is 142 - color contains mainly: green. Hex color #138E64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138E64 is #EC719B. Grayscale: #646464. Windows color (decimal): -15495580 or 6589971. OLE color: 6589971.

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

Color convert

RGB19142100-
CMYK0.8700.300.44
HSL159.51º76.4%31.57%-
HSV(B)159.51º86.62%55.69%-
XYZ12.2420.415.35-
YUV100.44127.7569.92-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.28%
GREEN value IS 142 (55.86% from 255) = 54.41%
BLUE value IS 100 (39.45% from 255) = 38.31%
R=7.28%
G=54.41%
B=38.31%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal191421000.8700.300.44159.5176.431.57
Hex138E645701E2Ca04c20
Octal232161441270365424011440
Binary100111000111011001001010111011110101100101000001001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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