#158C5F

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

Shades of Elf Green #158C5F

Tints of Elf Green #158C5F

Color information

#158C5F (or 0x158C5F) is unknown color: approx Elf Green. HEX triplet: 15, 8C and 5F. RGB value is (21,140,95). Sum of RGB (Red+Green+Blue) = 21+140+95=256 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.20% from 256); Green value is 140 (55.08% from 255 or 54.69% from 256); Blue value is 95 (37.5% from 255 or 37.11% from 256); Max value from RGB is 140 - color contains mainly: green. Hex color #158C5F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158C5F is #EA73A0. Grayscale: #636363. Windows color (decimal): -15365025 or 6261781. OLE color: 6261781.

HSL color Cylindrical-coordinate representation of color #158C5F: hue angle of 157.31º 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 #158C5F is Cyan = 0.85, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.45.

Color convert

RGB2114095-
CMYK0.8500.320.45
HSL157.31º73.91%31.57%-
HSV(B)157.31º85%54.9%-
XYZ11.7519.7414.02-
YUV99.29125.5872.16-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.20%
GREEN value IS 140 (55.08% from 255) = 54.69%
BLUE value IS 95 (37.5% from 255) = 37.11%
R=8.20%
G=54.69%
B=37.11%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal21140950.8500.320.45157.3173.9131.57
Hex158C5F550202D9d4a20
Octal252141371250405523511240
Binary1010110001100101111110101010100000101101100111011001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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