#159F45

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

Shades of Pigment Green #159F45

Tints of Pigment Green #159F45

Color information

#159F45 (or 0x159F45) is unknown color: approx Pigment Green. HEX triplet: 15, 9F and 45. RGB value is (21,159,69). Sum of RGB (Red+Green+Blue) = 21+159+69=249 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.43% from 249); Green value is 159 (62.5% from 255 or 63.86% from 249); Blue value is 69 (27.34% from 255 or 27.71% from 249); Max value from RGB is 159 - color contains mainly: green. Hex color #159F45 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #159F45 is #EA60BA. Grayscale: #6B6B6B. Windows color (decimal): -15360187 or 4562709. OLE color: 4562709.

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

Color convert

RGB2115969-
CMYK0.8700.570.38
HSL140.87º76.67%35.29%-
HSV(B)140.87º86.79%62.35%-
XYZ13.7825.399.8-
YUV107.48106.2866.32-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.43%
GREEN value IS 159 (62.5% from 255) = 63.86%
BLUE value IS 69 (27.34% from 255) = 27.71%
R=8.43%
G=63.86%
B=27.71%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal21159690.8700.570.38140.8776.6735.29
Hex159F4557039268d4d23
Octal252371051270714621511543
Binary1010110011111100010110101110111001100110100011011001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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