#158D69

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

Shades of Elf Green #158D69

Tints of Elf Green #158D69

Color information

#158D69 (or 0x158D69) is unknown color: approx Elf Green. HEX triplet: 15, 8D and 69. RGB value is (21,141,105). Sum of RGB (Red+Green+Blue) = 21+141+105=267 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.87% from 267); Green value is 141 (55.47% from 255 or 52.81% from 267); Blue value is 105 (41.41% from 255 or 39.33% from 267); Max value from RGB is 141 - color contains mainly: green. Hex color #158D69 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158D69 is #EA7296. Grayscale: #656565. Windows color (decimal): -15364759 or 6917397. OLE color: 6917397.

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

Color convert

RGB21141105-
CMYK0.8500.260.45
HSL162º74.07%31.76%-
HSV(B)162º85.11%55.29%-
XYZ12.3820.2316.62-
YUV101.02130.2470.93-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.87%
GREEN value IS 141 (55.47% from 255) = 52.81%
BLUE value IS 105 (41.41% from 255) = 39.33%
R=7.87%
G=52.81%
B=39.33%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal211411050.8500.260.4516274.0731.76
Hex158D695501A2Da24a20
Octal252151511250325524211240
Binary101011000110111010011010101011010101101101000101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,141,105); }

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

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

 a { background-color: rgb(21,141,105); }

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

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

 span { border-color: rgb(21,141,105); }

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