#159B6A

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

Shades of Elf Green #159B6A

Tints of Elf Green #159B6A

Color information

#159B6A (or 0x159B6A) is unknown color: approx Elf Green. HEX triplet: 15, 9B and 6A. RGB value is (21,155,106). Sum of RGB (Red+Green+Blue) = 21+155+106=282 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.45% from 282); Green value is 155 (60.94% from 255 or 54.96% from 282); Blue value is 106 (41.80% from 255 or 37.59% from 282); Max value from RGB is 155 - color contains mainly: green. Hex color #159B6A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #159B6A is #EA6495. Grayscale: #6D6D6D. Windows color (decimal): -15361174 or 6986517. OLE color: 6986517.

HSL color Cylindrical-coordinate representation of color #159B6A: hue angle of 158.06º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #159B6A is Cyan = 0.86, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.39.

Color convert

RGB21155106-
CMYK0.8600.320.39
HSL158.06º76.14%34.51%-
HSV(B)158.06º86.45%60.78%-
XYZ14.6324.6417.62-
YUV109.35126.1164.98-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.45%
GREEN value IS 155 (60.94% from 255) = 54.96%
BLUE value IS 106 (41.80% from 255) = 37.59%
R=7.45%
G=54.96%
B=37.59%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal211551060.8600.320.39158.0676.1434.51
Hex159B6A56020279e4c23
Octal252331521260404723611443
Binary1010110011011110101010101100100000100111100111101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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