#138A72

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

Shades of Elf Green #138A72

Tints of Elf Green #138A72

Color information

#138A72 (or 0x138A72) is unknown color: approx Elf Green. HEX triplet: 13, 8A and 72. RGB value is (19,138,114). Sum of RGB (Red+Green+Blue) = 19+138+114=271 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.01% from 271); Green value is 138 (54.30% from 255 or 50.92% from 271); Blue value is 114 (44.92% from 255 or 42.07% from 271); Max value from RGB is 138 - color contains mainly: green. Hex color #138A72 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138A72 is #EC758D. Grayscale: #636363. Windows color (decimal): -15496590 or 7506451. OLE color: 7506451.

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

Color convert

RGB19138114-
CMYK0.8600.170.46
HSL167.9º75.8%30.78%-
HSV(B)167.9º86.23%54.12%-
XYZ12.3919.5319.04-
YUV99.68136.0870.45-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.01%
GREEN value IS 138 (54.30% from 255) = 50.92%
BLUE value IS 114 (44.92% from 255) = 42.07%
R=7.01%
G=50.92%
B=42.07%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal191381140.8600.170.46167.975.830.78
Hex138A72560112Ea84c1f
Octal232121621260215625011437
Binary10011100010101110010101011001000110111010101000100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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