#158D64

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

Shades of Elf Green #158D64

Tints of Elf Green #158D64

Color information

#158D64 (or 0x158D64) is unknown color: approx Elf Green. HEX triplet: 15, 8D and 64. RGB value is (21,141,100). Sum of RGB (Red+Green+Blue) = 21+141+100=262 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.02% from 262); Green value is 141 (55.47% from 255 or 53.82% from 262); Blue value is 100 (39.45% from 255 or 38.17% from 262); Max value from RGB is 141 - color contains mainly: green. Hex color #158D64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158D64 is #EA729B. Grayscale: #646464. Windows color (decimal): -15364764 or 6589717. OLE color: 6589717.

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

Color convert

RGB21141100-
CMYK0.8500.290.45
HSL159.5º74.07%31.76%-
HSV(B)159.5º85.11%55.29%-
XYZ12.1320.1315.3-
YUV100.45127.7471.33-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.02%
GREEN value IS 141 (55.47% from 255) = 53.82%
BLUE value IS 100 (39.45% from 255) = 38.17%
R=8.02%
G=53.82%
B=38.17%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal211411000.8500.290.45159.574.0731.76
Hex158D645501D2Da04a20
Octal252151441250355524011240
Binary101011000110111001001010101011101101101101000001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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