#159a4d

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

Shades of Pigment Green #159A4D

Tints of Pigment Green #159A4D

Color information

#159A4D (or 0x159A4D) is unknown color: approx Pigment Green. HEX triplet: 15, 9A and 4D. RGB value is (21,154,77). Sum of RGB (Red+Green+Blue) = 21+154+77=252 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.33% from 252); Green value is 154 (60.55% from 255 or 61.11% from 252); Blue value is 77 (30.47% from 255 or 30.56% from 252); Max value from RGB is 154 - color contains mainly: green. Hex color #159A4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #159A4D is #EA65B2. Grayscale: #696969. Windows color (decimal): -15361459 or 5085717. OLE color: 5085717.

HSL color Cylindrical-coordinate representation of color #159A4D: hue angle of 145.26º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #159A4D is Cyan = 0.86, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.40.

Color convert

RGB2115477-
CMYK0.8600.500.40
HSL145.26º76%34.31%-
HSV(B)145.26º86.36%60.39%-
XYZ13.223.8110.92-
YUV105.46111.9467.76-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.33%
GREEN value IS 154 (60.55% from 255) = 61.11%
BLUE value IS 77 (30.47% from 255) = 30.56%
R=8.33%
G=61.11%
B=30.56%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal21154770.8600.500.40145.267634.31
Hex159A4D5603228914c22
Octal252321151260625022111442
Binary1010110011010100110110101100110010101000100100011001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159a4d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,154,77); }

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

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

 a { background-color: rgb(21,154,77); }

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

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

 span { border-color: rgb(21,154,77); }

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