#159D49

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

Shades of Pigment Green #159D49

Tints of Pigment Green #159D49

Color information

#159D49 (or 0x159D49) is unknown color: approx Pigment Green. HEX triplet: 15, 9D and 49. RGB value is (21,157,73). Sum of RGB (Red+Green+Blue) = 21+157+73=251 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.37% from 251); Green value is 157 (61.72% from 255 or 62.55% from 251); Blue value is 73 (28.91% from 255 or 29.08% from 251); Max value from RGB is 157 - color contains mainly: green. Hex color #159D49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #159D49 is #EA62B6. Grayscale: #6A6A6A. Windows color (decimal): -15360695 or 4824341. OLE color: 4824341.

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

Color convert

RGB2115773-
CMYK0.8700.540.38
HSL142.94º76.4%34.9%-
HSV(B)142.94º86.62%61.57%-
XYZ13.5724.7510.37-
YUV106.76108.9466.83-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.37%
GREEN value IS 157 (61.72% from 255) = 62.55%
BLUE value IS 73 (28.91% from 255) = 29.08%
R=8.37%
G=62.55%
B=29.08%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal21157730.8700.540.38142.9476.434.9
Hex159D4957036268f4c23
Octal252351111270664621711443
Binary1010110011101100100110101110110110100110100011111001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,157,73); }

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

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

 a { background-color: rgb(21,157,73); }

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

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

 span { border-color: rgb(21,157,73); }

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