#159B4F

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

Shades of Pigment Green #159B4F

Tints of Pigment Green #159B4F

Color information

#159B4F (or 0x159B4F) is unknown color: approx Pigment Green. HEX triplet: 15, 9B and 4F. RGB value is (21,155,79). Sum of RGB (Red+Green+Blue) = 21+155+79=255 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.24% from 255); Green value is 155 (60.94% from 255 or 60.78% from 255); Blue value is 79 (31.25% from 255 or 30.98% from 255); Max value from RGB is 155 - color contains mainly: green. Hex color #159B4F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #159B4F is #EA64B0. Grayscale: #6A6A6A. Windows color (decimal): -15361201 or 5217045. OLE color: 5217045.

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

Color convert

RGB2115579-
CMYK0.8600.490.39
HSL145.97º76.14%34.51%-
HSV(B)145.97º86.45%60.78%-
XYZ13.4424.1711.35-
YUV106.27112.6167.18-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.24%
GREEN value IS 155 (60.94% from 255) = 60.78%
BLUE value IS 79 (31.25% from 255) = 30.98%
R=8.24%
G=60.78%
B=30.98%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal21155790.8600.490.39145.9776.1434.51
Hex159B4F5603127924c23
Octal252331171260614722211443
Binary1010110011011100111110101100110001100111100100101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,155,79); }

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

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

 a { background-color: rgb(21,155,79); }

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

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

 span { border-color: rgb(21,155,79); }

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