#159870

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

Shades of Elf Green #159870

Tints of Elf Green #159870

Color information

#159870 (or 0x159870) is unknown color: approx Elf Green. HEX triplet: 15, 98 and 70. RGB value is (21,152,112). Sum of RGB (Red+Green+Blue) = 21+152+112=285 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.37% from 285); Green value is 152 (59.77% from 255 or 53.33% from 285); Blue value is 112 (44.14% from 255 or 39.30% from 285); Max value from RGB is 152 - color contains mainly: green. Hex color #159870 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #159870 is #EA678F. Grayscale: #6C6C6C. Windows color (decimal): -15361936 or 7378965. OLE color: 7378965.

HSL color Cylindrical-coordinate representation of color #159870: hue angle of 161.68º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #159870 is Cyan = 0.86, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB21152112-
CMYK0.8600.260.40
HSL161.68º75.72%33.92%-
HSV(B)161.68º86.18%59.61%-
XYZ14.4623.7919.16-
YUV108.27130.165.75-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.37%
GREEN value IS 152 (59.77% from 255) = 53.33%
BLUE value IS 112 (44.14% from 255) = 39.30%
R=7.37%
G=53.33%
B=39.30%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal211521120.8600.260.40161.6875.7233.92
Hex1598705601A28a24c22
Octal252301601260325024211442
Binary101011001100011100001010110011010101000101000101001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #159870; }

 p { color: rgb(21,152,112); }

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

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

 a { background-color: rgb(21,152,112); }

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

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

 span { border-color: rgb(21,152,112); }

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