#158B6A

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

Shades of Elf Green #158B6A

Tints of Elf Green #158B6A

Color information

#158B6A (or 0x158B6A) is unknown color: approx Elf Green. HEX triplet: 15, 8B and 6A. RGB value is (21,139,106). Sum of RGB (Red+Green+Blue) = 21+139+106=266 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.89% from 266); Green value is 139 (54.69% from 255 or 52.26% from 266); Blue value is 106 (41.80% from 255 or 39.85% from 266); Max value from RGB is 139 - color contains mainly: green. Hex color #158B6A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158B6A is #EA7495. Grayscale: #636363. Windows color (decimal): -15365270 or 6982421. OLE color: 6982421.

HSL color Cylindrical-coordinate representation of color #158B6A: hue angle of 163.22º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #158B6A is Cyan = 0.85, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB21139106-
CMYK0.8500.240.45
HSL163.22º73.75%31.37%-
HSV(B)163.22º84.89%54.51%-
XYZ12.1419.6716.79-
YUV99.96131.4171.68-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.89%
GREEN value IS 139 (54.69% from 255) = 52.26%
BLUE value IS 106 (41.80% from 255) = 39.85%
R=7.89%
G=52.26%
B=39.85%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal211391060.8500.240.45163.2273.7531.37
Hex158B6A550182Da34a1f
Octal252131521250305524311237
Binary10101100010111101010101010101100010110110100011100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,139,106); }

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

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

 a { background-color: rgb(21,139,106); }

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

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

 span { border-color: rgb(21,139,106); }

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