#159C6E

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

Shades of Elf Green #159C6E

Tints of Elf Green #159C6E

Color information

#159C6E (or 0x159C6E) is unknown color: approx Elf Green. HEX triplet: 15, 9C and 6E. RGB value is (21,156,110). Sum of RGB (Red+Green+Blue) = 21+156+110=287 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.32% from 287); Green value is 156 (61.33% from 255 or 54.36% from 287); Blue value is 110 (43.36% from 255 or 38.33% from 287); Max value from RGB is 156 - color contains mainly: green. Hex color #159C6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #159C6E is #EA6391. Grayscale: #6E6E6E. Windows color (decimal): -15360914 or 7248917. OLE color: 7248917.

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

Color convert

RGB21156110-
CMYK0.8700.290.39
HSL159.56º76.27%34.71%-
HSV(B)159.56º86.54%61.18%-
XYZ15.0125.0618.8-
YUV110.39127.7764.24-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.32%
GREEN value IS 156 (61.33% from 255) = 54.36%
BLUE value IS 110 (43.36% from 255) = 38.33%
R=7.32%
G=54.36%
B=38.33%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal211561100.8700.290.39159.5676.2734.71
Hex159C6E5701D27a04c23
Octal252341561270354724011443
Binary101011001110011011101010111011101100111101000001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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