#138F71

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

Shades of Elf Green #138F71

Tints of Elf Green #138F71

Color information

#138F71 (or 0x138F71) is unknown color: approx Elf Green. HEX triplet: 13, 8F and 71. RGB value is (19,143,113). Sum of RGB (Red+Green+Blue) = 19+143+113=275 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.91% from 275); Green value is 143 (56.25% from 255 or 52% from 275); Blue value is 113 (44.53% from 255 or 41.09% from 275); Max value from RGB is 143 - color contains mainly: green. Hex color #138F71 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138F71 is #EC708E. Grayscale: #666666. Windows color (decimal): -15495311 or 7442195. OLE color: 7442195.

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

Color convert

RGB19143113-
CMYK0.8700.210.44
HSL165.48º76.54%31.76%-
HSV(B)165.48º86.71%56.08%-
XYZ13.0720.9818.98-
YUV102.5133.9268.44-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.91%
GREEN value IS 143 (56.25% from 255) = 52%
BLUE value IS 113 (44.53% from 255) = 41.09%
R=6.91%
G=52%
B=41.09%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal191431130.8700.210.44165.4876.5431.76
Hex138F71570152Ca54d20
Octal232171611270255424511540
Binary100111000111111100011010111010101101100101001011001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,143,113); }

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

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

 a { background-color: rgb(19,143,113); }

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

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

 span { border-color: rgb(19,143,113); }

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