#158C7C

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

Shades of Elf Green #158C7C

Tints of Elf Green #158C7C

Color information

#158C7C (or 0x158C7C) is unknown color: approx Elf Green. HEX triplet: 15, 8C and 7C. RGB value is (21,140,124). Sum of RGB (Red+Green+Blue) = 21+140+124=285 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.37% from 285); Green value is 140 (55.08% from 255 or 49.12% from 285); Blue value is 124 (48.83% from 255 or 43.51% from 285); Max value from RGB is 140 - color contains mainly: green. Hex color #158C7C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158C7C is #EA7383. Grayscale: #666666. Windows color (decimal): -15364996 or 8162325. OLE color: 8162325.

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

Color convert

RGB21140124-
CMYK0.8500.110.45
HSL171.93º73.91%31.57%-
HSV(B)171.93º85%54.9%-
XYZ13.3320.3722.3-
YUV102.59140.0869.8-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.37%
GREEN value IS 140 (55.08% from 255) = 49.12%
BLUE value IS 124 (48.83% from 255) = 43.51%
R=7.37%
G=49.12%
B=43.51%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal211401240.8500.110.45171.9373.9131.57
Hex158C7C550B2Dac4a20
Octal252141741250135525411240
Binary10101100011001111100101010101011101101101011001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,140,124); }

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

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

 a { background-color: rgb(21,140,124); }

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

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

 span { border-color: rgb(21,140,124); }

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