#138A76

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

Shades of Elf Green #138A76

Tints of Elf Green #138A76

Color information

#138A76 (or 0x138A76) is unknown color: approx Elf Green. HEX triplet: 13, 8A and 76. RGB value is (19,138,118). Sum of RGB (Red+Green+Blue) = 19+138+118=275 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.91% from 275); Green value is 138 (54.30% from 255 or 50.18% from 275); Blue value is 118 (46.48% from 255 or 42.91% from 275); Max value from RGB is 138 - color contains mainly: green. Hex color #138A76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138A76 is #EC7589. Grayscale: #646464. Windows color (decimal): -15496586 or 7768595. OLE color: 7768595.

HSL color Cylindrical-coordinate representation of color #138A76: hue angle of 169.92º 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 #138A76 is Cyan = 0.86, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB19138118-
CMYK0.8600.140.46
HSL169.92º75.8%30.78%-
HSV(B)169.92º86.23%54.12%-
XYZ12.6319.6220.26-
YUV100.14138.0870.13-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.91%
GREEN value IS 138 (54.30% from 255) = 50.18%
BLUE value IS 118 (46.48% from 255) = 42.91%
R=6.91%
G=50.18%
B=42.91%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal191381180.8600.140.46169.9275.830.78
Hex138A76560E2Eaa4c1f
Octal232121661260165625211437
Binary1001110001010111011010101100111010111010101010100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,138,118); }

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

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

 a { background-color: rgb(19,138,118); }

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

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

 span { border-color: rgb(19,138,118); }

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