#159A3B

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

Shades of Pigment Green #159A3B

Tints of Pigment Green #159A3B

Color information

#159A3B (or 0x159A3B) is unknown color: approx Pigment Green. HEX triplet: 15, 9A and 3B. RGB value is (21,154,59). Sum of RGB (Red+Green+Blue) = 21+154+59=234 (30% of max value = 765). Red value is 21 (8.59% from 255 or 8.97% from 234); Green value is 154 (60.55% from 255 or 65.81% from 234); Blue value is 59 (23.44% from 255 or 25.21% from 234); Max value from RGB is 154 - color contains mainly: green. Hex color #159A3B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #159A3B is #EA65C4. Grayscale: #676767. Windows color (decimal): -15361477 or 3906069. OLE color: 3906069.

HSL color Cylindrical-coordinate representation of color #159A3B: hue angle of 137.14º 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 #159A3B is Cyan = 0.86, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.40.

Color convert

RGB2115459-
CMYK0.8600.620.40
HSL137.14º76%34.31%-
HSV(B)137.14º86.36%60.39%-
XYZ12.6523.598.02-
YUV103.4102.9469.22-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.97%
GREEN value IS 154 (60.55% from 255) = 65.81%
BLUE value IS 59 (23.44% from 255) = 25.21%
R=8.97%
G=65.81%
B=25.21%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal21154590.8600.620.40137.147634.31
Hex159A3B5603E28894c22
Octal25232731260765021111442
Binary101011001101011101110101100111110101000100010011001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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