#158864

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

Shades of Elf Green #158864

Tints of Elf Green #158864

Color information

#158864 (or 0x158864) is unknown color: approx Elf Green. HEX triplet: 15, 88 and 64. RGB value is (21,136,100). Sum of RGB (Red+Green+Blue) = 21+136+100=257 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.17% from 257); Green value is 136 (53.52% from 255 or 52.92% from 257); Blue value is 100 (39.45% from 255 or 38.91% from 257); Max value from RGB is 136 - color contains mainly: green. Hex color #158864 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158864 is #EA779B. Grayscale: #616161. Windows color (decimal): -15366044 or 6588437. OLE color: 6588437.

HSL color Cylindrical-coordinate representation of color #158864: hue angle of 161.22º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #158864 is Cyan = 0.85, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB21136100-
CMYK0.8500.260.47
HSL161.22º73.25%30.78%-
HSV(B)161.22º84.56%53.33%-
XYZ11.4118.6915.06-
YUV97.51129.473.43-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.17%
GREEN value IS 136 (53.52% from 255) = 52.92%
BLUE value IS 100 (39.45% from 255) = 38.91%
R=8.17%
G=52.92%
B=38.91%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal211361000.8500.260.47161.2273.2530.78
Hex1588645501A2Fa1491f
Octal252101441250325724111137
Binary10101100010001100100101010101101010111110100001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158864; }

 p { color: rgb(21,136,100); }

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

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

 a { background-color: rgb(21,136,100); }

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

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

 span { border-color: rgb(21,136,100); }

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