#159560

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

Shades of Elf Green #159560

Tints of Elf Green #159560

Color information

#159560 (or 0x159560) is unknown color: approx Elf Green. HEX triplet: 15, 95 and 60. RGB value is (21,149,96). Sum of RGB (Red+Green+Blue) = 21+149+96=266 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.89% from 266); Green value is 149 (58.59% from 255 or 56.02% from 266); Blue value is 96 (37.89% from 255 or 36.09% from 266); Max value from RGB is 149 - color contains mainly: green. Hex color #159560 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #159560 is #EA6A9F. Grayscale: #686868. Windows color (decimal): -15362720 or 6329621. OLE color: 6329621.

HSL color Cylindrical-coordinate representation of color #159560: hue angle of 155.16º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #159560 is Cyan = 0.86, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB2114996-
CMYK0.8600.360.42
HSL155.16º75.29%33.33%-
HSV(B)155.16º85.91%58.43%-
XYZ13.1722.514.72-
YUV104.69123.0968.31-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.89%
GREEN value IS 149 (58.59% from 255) = 56.02%
BLUE value IS 96 (37.89% from 255) = 36.09%
R=7.89%
G=56.02%
B=36.09%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal21149960.8600.360.42155.1675.2933.33
Hex159560560242A9b4b21
Octal252251401260445223311341
Binary1010110010101110000010101100100100101010100110111001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #159560; }

 p { color: rgb(21,149,96); }

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

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

 a { background-color: rgb(21,149,96); }

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

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

 span { border-color: rgb(21,149,96); }

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