#158C5C

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

Shades of Elf Green #158C5C

Tints of Elf Green #158C5C

Color information

#158C5C (or 0x158C5C) is unknown color: approx Elf Green. HEX triplet: 15, 8C and 5C. RGB value is (21,140,92). Sum of RGB (Red+Green+Blue) = 21+140+92=253 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.30% from 253); Green value is 140 (55.08% from 255 or 55.34% from 253); Blue value is 92 (36.33% from 255 or 36.36% from 253); Max value from RGB is 140 - color contains mainly: green. Hex color #158C5C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158C5C is #EA73A3. Grayscale: #636363. Windows color (decimal): -15365028 or 6065173. OLE color: 6065173.

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

Color convert

RGB2114092-
CMYK0.8500.340.45
HSL155.8º73.91%31.57%-
HSV(B)155.8º85%54.9%-
XYZ11.6219.6913.31-
YUV98.95124.0872.4-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.30%
GREEN value IS 140 (55.08% from 255) = 55.34%
BLUE value IS 92 (36.33% from 255) = 36.36%
R=8.30%
G=55.34%
B=36.36%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal21140920.8500.340.45155.873.9131.57
Hex158C5C550222D9c4a20
Octal252141341250425523411240
Binary1010110001100101110010101010100010101101100111001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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