#159265

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

Shades of Elf Green #159265

Tints of Elf Green #159265

Color information

#159265 (or 0x159265) is unknown color: approx Elf Green. HEX triplet: 15, 92 and 65. RGB value is (21,146,101). Sum of RGB (Red+Green+Blue) = 21+146+101=268 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.84% from 268); Green value is 146 (57.42% from 255 or 54.48% from 268); Blue value is 101 (39.84% from 255 or 37.69% from 268); Max value from RGB is 146 - color contains mainly: green. Hex color #159265 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #159265 is #EA6D9A. Grayscale: #676767. Windows color (decimal): -15363483 or 6656533. OLE color: 6656533.

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

Color convert

RGB21146101-
CMYK0.8600.310.43
HSL158.4º74.85%32.75%-
HSV(B)158.4º85.62%57.25%-
XYZ12.9421.6615.81-
YUV103.49126.5969.16-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.84%
GREEN value IS 146 (57.42% from 255) = 54.48%
BLUE value IS 101 (39.84% from 255) = 37.69%
R=7.84%
G=54.48%
B=37.69%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal211461010.8600.310.43158.474.8532.75
Hex1592655601F2B9e4b21
Octal252221451260375323611341
Binary101011001001011001011010110011111101011100111101001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #159265; }

 p { color: rgb(21,146,101); }

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

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

 a { background-color: rgb(21,146,101); }

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

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

 span { border-color: rgb(21,146,101); }

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