#158F5B

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

Shades of Elf Green #158F5B

Tints of Elf Green #158F5B

Color information

#158F5B (or 0x158F5B) is unknown color: approx Elf Green. HEX triplet: 15, 8F and 5B. RGB value is (21,143,91). Sum of RGB (Red+Green+Blue) = 21+143+91=255 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.24% from 255); Green value is 143 (56.25% from 255 or 56.08% from 255); Blue value is 91 (35.94% from 255 or 35.69% from 255); Max value from RGB is 143 - color contains mainly: green. Hex color #158F5B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158F5B is #EA70A4. Grayscale: #646464. Windows color (decimal): -15364261 or 6000405. OLE color: 6000405.

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

Color convert

RGB2114391-
CMYK0.8500.360.44
HSL154.43º74.39%32.16%-
HSV(B)154.43º85.31%56.08%-
XYZ12.0220.5613.23-
YUV100.59122.5871.23-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.24%
GREEN value IS 143 (56.25% from 255) = 56.08%
BLUE value IS 91 (35.94% from 255) = 35.69%
R=8.24%
G=56.08%
B=35.69%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal21143910.8500.360.44154.4374.3932.16
Hex158F5B550242C9a4a20
Octal252171331250445423211240
Binary1010110001111101101110101010100100101100100110101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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