#159F58

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

Shades of Pigment Green #159F58

Tints of Pigment Green #159F58

Color information

#159F58 (or 0x159F58) is unknown color: approx Pigment Green. HEX triplet: 15, 9F and 58. RGB value is (21,159,88). Sum of RGB (Red+Green+Blue) = 21+159+88=268 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.84% from 268); Green value is 159 (62.5% from 255 or 59.33% from 268); Blue value is 88 (34.77% from 255 or 32.84% from 268); Max value from RGB is 159 - color contains mainly: green. Hex color #159F58 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #159F58 is #EA60A7. Grayscale: #6D6D6D. Windows color (decimal): -15360168 or 5807893. OLE color: 5807893.

HSL color Cylindrical-coordinate representation of color #159F58: hue angle of 149.13º 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 #159F58 is Cyan = 0.87, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.38.

Color convert

RGB2115988-
CMYK0.8700.450.38
HSL149.13º76.67%35.29%-
HSV(B)149.13º86.79%62.35%-
XYZ14.4725.6613.42-
YUV109.64115.7864.77-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.84%
GREEN value IS 159 (62.5% from 255) = 59.33%
BLUE value IS 88 (34.77% from 255) = 32.84%
R=7.84%
G=59.33%
B=32.84%

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
Decimal21159880.8700.450.38149.1376.6735.29
Hex159F585702D26954d23
Octal252371301270554622511543
Binary1010110011111101100010101110101101100110100101011001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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