#159F47

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

Shades of Pigment Green #159F47

Tints of Pigment Green #159F47

Color information

#159F47 (or 0x159F47) is unknown color: approx Pigment Green. HEX triplet: 15, 9F and 47. RGB value is (21,159,71). Sum of RGB (Red+Green+Blue) = 21+159+71=251 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.37% from 251); Green value is 159 (62.5% from 255 or 63.35% from 251); Blue value is 71 (28.12% from 255 or 28.29% from 251); Max value from RGB is 159 - color contains mainly: green. Hex color #159F47 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #159F47 is #EA60B8. Grayscale: #6B6B6B. Windows color (decimal): -15360185 or 4693781. OLE color: 4693781.

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

Color convert

RGB2115971-
CMYK0.8700.550.38
HSL141.74º76.67%35.29%-
HSV(B)141.74º86.79%62.35%-
XYZ13.8425.4110.14-
YUV107.71107.2866.16-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.37%
GREEN value IS 159 (62.5% from 255) = 63.35%
BLUE value IS 71 (28.12% from 255) = 28.29%
R=8.37%
G=63.35%
B=28.29%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal21159710.8700.550.38141.7476.6735.29
Hex159F4757037268e4d23
Octal252371071270674621611543
Binary1010110011111100011110101110110111100110100011101001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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