#159C43

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

Shades of Pigment Green #159C43

Tints of Pigment Green #159C43

Color information

#159C43 (or 0x159C43) is unknown color: approx Pigment Green. HEX triplet: 15, 9C and 43. RGB value is (21,156,67). Sum of RGB (Red+Green+Blue) = 21+156+67=244 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.61% from 244); Green value is 156 (61.33% from 255 or 63.93% from 244); Blue value is 67 (26.56% from 255 or 27.46% from 244); Max value from RGB is 156 - color contains mainly: green. Hex color #159C43 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #159C43 is #EA63BC. Grayscale: #696969. Windows color (decimal): -15360957 or 4430869. OLE color: 4430869.

HSL color Cylindrical-coordinate representation of color #159C43: hue angle of 140.44º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #159C43 is Cyan = 0.87, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.39.

Color convert

RGB2115667-
CMYK0.8700.570.39
HSL140.44º76.27%34.71%-
HSV(B)140.44º86.54%61.18%-
XYZ13.2124.349.31-
YUV105.49106.2767.74-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.61%
GREEN value IS 156 (61.33% from 255) = 63.93%
BLUE value IS 67 (26.56% from 255) = 27.46%
R=8.61%
G=63.93%
B=27.46%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal21156670.8700.570.39140.4476.2734.71
Hex159C4357039278c4c23
Octal252341031270714721411443
Binary1010110011100100001110101110111001100111100011001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,156,67); }

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

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

 a { background-color: rgb(21,156,67); }

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

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

 span { border-color: rgb(21,156,67); }

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