#158868

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

Shades of Elf Green #158868

Tints of Elf Green #158868

Color information

#158868 (or 0x158868) is unknown color: approx Elf Green. HEX triplet: 15, 88 and 68. RGB value is (21,136,104). Sum of RGB (Red+Green+Blue) = 21+136+104=261 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.05% from 261); Green value is 136 (53.52% from 255 or 52.11% from 261); Blue value is 104 (41.02% from 255 or 39.85% from 261); Max value from RGB is 136 - color contains mainly: green. Hex color #158868 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158868 is #EA7797. Grayscale: #616161. Windows color (decimal): -15366040 or 6850581. OLE color: 6850581.

HSL color Cylindrical-coordinate representation of color #158868: hue angle of 163.3º 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 #158868 is Cyan = 0.85, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB21136104-
CMYK0.8500.240.47
HSL163.3º73.25%30.78%-
HSV(B)163.3º84.56%53.33%-
XYZ11.6118.7716.11-
YUV97.97131.473.1-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.05%
GREEN value IS 136 (53.52% from 255) = 52.11%
BLUE value IS 104 (41.02% from 255) = 39.85%
R=8.05%
G=52.11%
B=39.85%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal211361040.8500.240.47163.373.2530.78
Hex158868550182Fa3491f
Octal252101501250305724311137
Binary10101100010001101000101010101100010111110100011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158868; }

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

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

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

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

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

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

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

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