#158F6E

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

Shades of Elf Green #158F6E

Tints of Elf Green #158F6E

Color information

#158F6E (or 0x158F6E) is unknown color: approx Elf Green. HEX triplet: 15, 8F and 6E. RGB value is (21,143,110). Sum of RGB (Red+Green+Blue) = 21+143+110=274 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.66% from 274); Green value is 143 (56.25% from 255 or 52.19% from 274); Blue value is 110 (43.36% from 255 or 40.15% from 274); Max value from RGB is 143 - color contains mainly: green. Hex color #158F6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158F6E is #EA7091. Grayscale: #666666. Windows color (decimal): -15364242 or 7245589. OLE color: 7245589.

HSL color Cylindrical-coordinate representation of color #158F6E: hue angle of 163.77º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #158F6E is Cyan = 0.85, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB21143110-
CMYK0.8500.230.44
HSL163.77º74.39%32.16%-
HSV(B)163.77º85.31%56.08%-
XYZ12.9520.9318.11-
YUV102.76132.0869.68-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.66%
GREEN value IS 143 (56.25% from 255) = 52.19%
BLUE value IS 110 (43.36% from 255) = 40.15%
R=7.66%
G=52.19%
B=40.15%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal211431100.8500.230.44163.7774.3932.16
Hex158F6E550172Ca44a20
Octal252171561250275424411240
Binary101011000111111011101010101010111101100101001001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,143,110); }

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

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

 a { background-color: rgb(21,143,110); }

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

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

 span { border-color: rgb(21,143,110); }

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