#159F57

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

Shades of Pigment Green #159F57

Tints of Pigment Green #159F57

Color information

#159F57 (or 0x159F57) is unknown color: approx Pigment Green. HEX triplet: 15, 9F and 57. RGB value is (21,159,87). Sum of RGB (Red+Green+Blue) = 21+159+87=267 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.87% from 267); Green value is 159 (62.5% from 255 or 59.55% from 267); Blue value is 87 (34.38% from 255 or 32.58% from 267); Max value from RGB is 159 - color contains mainly: green. Hex color #159F57 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #159F57 is #EA60A8. Grayscale: #6D6D6D. Windows color (decimal): -15360169 or 5742357. OLE color: 5742357.

HSL color Cylindrical-coordinate representation of color #159F57: hue angle of 148.7º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #159F57 is Cyan = 0.87, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.38.

Color convert

RGB2115987-
CMYK0.8700.450.38
HSL148.7º76.67%35.29%-
HSV(B)148.7º86.79%62.35%-
XYZ14.4325.6413.21-
YUV109.53115.2864.85-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.87%
GREEN value IS 159 (62.5% from 255) = 59.55%
BLUE value IS 87 (34.38% from 255) = 32.58%
R=7.87%
G=59.55%
B=32.58%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal21159870.8700.450.38148.776.6735.29
Hex159F575702D26954d23
Octal252371271270554622511543
Binary1010110011111101011110101110101101100110100101011001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #159F57; }

 p { color: rgb(21,159,87); }

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

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

 a { background-color: rgb(21,159,87); }

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

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

 span { border-color: rgb(21,159,87); }

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