#158D68

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

Shades of Elf Green #158D68

Tints of Elf Green #158D68

Color information

#158D68 (or 0x158D68) is unknown color: approx Elf Green. HEX triplet: 15, 8D and 68. RGB value is (21,141,104). Sum of RGB (Red+Green+Blue) = 21+141+104=266 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.89% from 266); Green value is 141 (55.47% from 255 or 53.01% from 266); Blue value is 104 (41.02% from 255 or 39.10% from 266); Max value from RGB is 141 - color contains mainly: green. Hex color #158D68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158D68 is #EA7297. Grayscale: #646464. Windows color (decimal): -15364760 or 6851861. OLE color: 6851861.

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

Color convert

RGB21141104-
CMYK0.8500.260.45
HSL161.5º74.07%31.76%-
HSV(B)161.5º85.11%55.29%-
XYZ12.3320.2116.35-
YUV100.9129.7471.01-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.89%
GREEN value IS 141 (55.47% from 255) = 53.01%
BLUE value IS 104 (41.02% from 255) = 39.10%
R=7.89%
G=53.01%
B=39.10%

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
Decimal211411040.8500.260.45161.574.0731.76
Hex158D685501A2Da24a20
Octal252151501250325524211240
Binary101011000110111010001010101011010101101101000101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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