#158f7f

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

Shades of Elf Green #158F7F

Tints of Elf Green #158F7F

Color information

#158F7F (or 0x158F7F) is unknown color: approx Elf Green. HEX triplet: 15, 8F and 7F. RGB value is (21,143,127). Sum of RGB (Red+Green+Blue) = 21+143+127=291 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.22% from 291); Green value is 143 (56.25% from 255 or 49.14% from 291); Blue value is 127 (50% from 255 or 43.64% from 291); Max value from RGB is 143 - color contains mainly: green. Hex color #158F7F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158F7F is #EA7080. Grayscale: #686868. Windows color (decimal): -15364225 or 8359701. OLE color: 8359701.

HSL color Cylindrical-coordinate representation of color #158F7F: hue angle of 172.13º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #158F7F is Cyan = 0.85, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB21143127-
CMYK0.8500.110.44
HSL172.13º74.39%32.16%-
HSV(B)172.13º85.31%56.08%-
XYZ13.9621.3423.46-
YUV104.7140.5868.3-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.22%
GREEN value IS 143 (56.25% from 255) = 49.14%
BLUE value IS 127 (50% from 255) = 43.64%
R=7.22%
G=49.14%
B=43.64%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal211431270.8500.110.44172.1374.3932.16
Hex158F7F550B2Cac4a20
Octal252171771250135425411240
Binary10101100011111111111101010101011101100101011001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158f7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158f7f; }

 p { color: rgb(21,143,127); }

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

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

 a { background-color: rgb(21,143,127); }

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

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

 span { border-color: rgb(21,143,127); }

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