#138971

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

Shades of Elf Green #138971

Tints of Elf Green #138971

Color information

#138971 (or 0x138971) is unknown color: approx Elf Green. HEX triplet: 13, 89 and 71. RGB value is (19,137,113). Sum of RGB (Red+Green+Blue) = 19+137+113=269 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.06% from 269); Green value is 137 (53.91% from 255 or 50.93% from 269); Blue value is 113 (44.53% from 255 or 42.01% from 269); Max value from RGB is 137 - color contains mainly: green. Hex color #138971 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138971 is #EC768E. Grayscale: #626262. Windows color (decimal): -15496847 or 7440659. OLE color: 7440659.

HSL color Cylindrical-coordinate representation of color #138971: hue angle of 167.8º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138971 is Cyan = 0.86, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB19137113-
CMYK0.8600.180.46
HSL167.8º75.64%30.59%-
HSV(B)167.8º86.13%53.73%-
XYZ12.1919.2218.69-
YUV98.98135.9170.95-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.06%
GREEN value IS 137 (53.91% from 255) = 50.93%
BLUE value IS 113 (44.53% from 255) = 42.01%
R=7.06%
G=50.93%
B=42.01%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal191371130.8600.180.46167.875.6430.59
Hex138971560122Ea84c1f
Octal232111611260225625011437
Binary10011100010011110001101011001001010111010101000100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138971; }

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

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

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

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

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

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

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

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