#159A6A

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

Shades of Elf Green #159A6A

Tints of Elf Green #159A6A

Color information

#159A6A (or 0x159A6A) is unknown color: approx Elf Green. HEX triplet: 15, 9A and 6A. RGB value is (21,154,106). Sum of RGB (Red+Green+Blue) = 21+154+106=281 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.47% from 281); Green value is 154 (60.55% from 255 or 54.80% from 281); Blue value is 106 (41.80% from 255 or 37.72% from 281); Max value from RGB is 154 - color contains mainly: green. Hex color #159A6A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #159A6A is #EA6595. Grayscale: #6C6C6C. Windows color (decimal): -15361430 or 6986261. OLE color: 6986261.

HSL color Cylindrical-coordinate representation of color #159A6A: hue angle of 158.35º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #159A6A is Cyan = 0.86, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.40.

Color convert

RGB21154106-
CMYK0.8600.310.40
HSL158.35º76%34.31%-
HSV(B)158.35º86.36%60.39%-
XYZ14.4724.3117.57-
YUV108.76126.4465.4-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.47%
GREEN value IS 154 (60.55% from 255) = 54.80%
BLUE value IS 106 (41.80% from 255) = 37.72%
R=7.47%
G=54.80%
B=37.72%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal211541060.8600.310.40158.357634.31
Hex159A6A5601F289e4c22
Octal252321521260375023611442
Binary101011001101011010101010110011111101000100111101001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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