#159E56

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

Shades of Pigment Green #159E56

Tints of Pigment Green #159E56

Color information

#159E56 (or 0x159E56) is unknown color: approx Pigment Green. HEX triplet: 15, 9E and 56. RGB value is (21,158,86). Sum of RGB (Red+Green+Blue) = 21+158+86=265 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.92% from 265); Green value is 158 (62.11% from 255 or 59.62% from 265); Blue value is 86 (33.98% from 255 or 32.45% from 265); Max value from RGB is 158 - color contains mainly: green. Hex color #159E56 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #159E56 is #EA61A9. Grayscale: #6C6C6C. Windows color (decimal): -15360426 or 5676565. OLE color: 5676565.

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

Color convert

RGB2115886-
CMYK0.8700.460.38
HSL148.47º76.54%35.1%-
HSV(B)148.47º86.71%61.96%-
XYZ14.2225.2912.94-
YUV108.83115.1165.35-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.92%
GREEN value IS 158 (62.11% from 255) = 59.62%
BLUE value IS 86 (33.98% from 255) = 32.45%
R=7.92%
G=59.62%
B=32.45%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal21158860.8700.460.38148.4776.5435.1
Hex159E565702E26944d23
Octal252361261270564622411543
Binary1010110011110101011010101110101110100110100101001001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,158,86); }

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

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

 a { background-color: rgb(21,158,86); }

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

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

 span { border-color: rgb(21,158,86); }

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