#158863

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

Shades of Elf Green #158863

Tints of Elf Green #158863

Color information

#158863 (or 0x158863) is unknown color: approx Elf Green. HEX triplet: 15, 88 and 63. RGB value is (21,136,99). Sum of RGB (Red+Green+Blue) = 21+136+99=256 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.20% from 256); Green value is 136 (53.52% from 255 or 53.12% from 256); Blue value is 99 (39.06% from 255 or 38.67% from 256); Max value from RGB is 136 - color contains mainly: green. Hex color #158863 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158863 is #EA779C. Grayscale: #616161. Windows color (decimal): -15366045 or 6522901. OLE color: 6522901.

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

Color convert

RGB2113699-
CMYK0.8500.270.47
HSL160.7º73.25%30.78%-
HSV(B)160.7º84.56%53.33%-
XYZ11.3718.6714.81-
YUV97.4128.973.51-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.20%
GREEN value IS 136 (53.52% from 255) = 53.12%
BLUE value IS 99 (39.06% from 255) = 38.67%
R=8.20%
G=53.12%
B=38.67%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal21136990.8500.270.47160.773.2530.78
Hex1588635501B2Fa1491f
Octal252101431250335724111137
Binary10101100010001100011101010101101110111110100001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158863; }

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

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

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

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

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

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

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

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