#159c6c

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

Shades of Elf Green #159C6C

Tints of Elf Green #159C6C

Color information

#159C6C (or 0x159C6C) is unknown color: approx Elf Green. HEX triplet: 15, 9C and 6C. RGB value is (21,156,108). Sum of RGB (Red+Green+Blue) = 21+156+108=285 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.37% from 285); Green value is 156 (61.33% from 255 or 54.74% from 285); Blue value is 108 (42.58% from 255 or 37.89% from 285); Max value from RGB is 156 - color contains mainly: green. Hex color #159C6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #159C6C is #EA6393. Grayscale: #6E6E6E. Windows color (decimal): -15360916 or 7117845. OLE color: 7117845.

HSL color Cylindrical-coordinate representation of color #159C6C: hue angle of 158.67º 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 #159C6C is Cyan = 0.87, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.39.

Color convert

RGB21156108-
CMYK0.8700.310.39
HSL158.67º76.27%34.71%-
HSV(B)158.67º86.54%61.18%-
XYZ14.925.0218.23-
YUV110.16126.7764.4-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.37%
GREEN value IS 156 (61.33% from 255) = 54.74%
BLUE value IS 108 (42.58% from 255) = 37.89%
R=7.37%
G=54.74%
B=37.89%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal211561080.8700.310.39158.6776.2734.71
Hex159C6C5701F279f4c23
Octal252341541270374723711443
Binary101011001110011011001010111011111100111100111111001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159c6c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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