#159E55

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

Shades of Pigment Green #159E55

Tints of Pigment Green #159E55

Color information

#159E55 (or 0x159E55) is unknown color: approx Pigment Green. HEX triplet: 15, 9E and 55. RGB value is (21,158,85). Sum of RGB (Red+Green+Blue) = 21+158+85=264 (34% of max value = 765). Red value is 21 (8.59% from 255 or 7.95% from 264); Green value is 158 (62.11% from 255 or 59.85% from 264); Blue value is 85 (33.59% from 255 or 32.20% from 264); Max value from RGB is 158 - color contains mainly: green. Hex color #159E55 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #159E55 is #EA61AA. Grayscale: #6C6C6C. Windows color (decimal): -15360427 or 5611029. OLE color: 5611029.

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

Color convert

RGB2115885-
CMYK0.8700.460.38
HSL148.03º76.54%35.1%-
HSV(B)148.03º86.71%61.96%-
XYZ14.1825.2712.72-
YUV108.71114.6165.44-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.95%
GREEN value IS 158 (62.11% from 255) = 59.85%
BLUE value IS 85 (33.59% from 255) = 32.20%
R=7.95%
G=59.85%
B=32.20%

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
Decimal21158850.8700.460.38148.0376.5435.1
Hex159E555702E26944d23
Octal252361251270564622411543
Binary1010110011110101010110101110101110100110100101001001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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