#159975

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

Shades of Elf Green #159975

Tints of Elf Green #159975

Color information

#159975 (or 0x159975) is unknown color: approx Elf Green. HEX triplet: 15, 99 and 75. RGB value is (21,153,117). Sum of RGB (Red+Green+Blue) = 21+153+117=291 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.22% from 291); Green value is 153 (60.16% from 255 or 52.58% from 291); Blue value is 117 (46.09% from 255 or 40.21% from 291); Max value from RGB is 153 - color contains mainly: green. Hex color #159975 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #159975 is #EA668A. Grayscale: #6D6D6D. Windows color (decimal): -15361675 or 7706901. OLE color: 7706901.

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

Color convert

RGB21153117-
CMYK0.8600.240.4
HSL163.64º75.86%34.12%-
HSV(B)163.64º86.27%60%-
XYZ14.9124.2320.72-
YUV109.43132.2764.93-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.22%
GREEN value IS 153 (60.16% from 255) = 52.58%
BLUE value IS 117 (46.09% from 255) = 40.21%
R=7.22%
G=52.58%
B=40.21%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal211531170.8600.240.4163.6475.8634.12
Hex1599755601828a44c22
Octal252311651260305024411442
Binary101011001100111101011010110011000101000101001001001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #159975; }

 p { color: rgb(21,153,117); }

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

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

 a { background-color: rgb(21,153,117); }

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

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

 span { border-color: rgb(21,153,117); }

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