#159b4b

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

Shades of Pigment Green #159B4B

Tints of Pigment Green #159B4B

Color information

#159B4B (or 0x159B4B) is unknown color: approx Pigment Green. HEX triplet: 15, 9B and 4B. RGB value is (21,155,75). Sum of RGB (Red+Green+Blue) = 21+155+75=251 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.37% from 251); Green value is 155 (60.94% from 255 or 61.75% from 251); Blue value is 75 (29.69% from 255 or 29.88% from 251); Max value from RGB is 155 - color contains mainly: green. Hex color #159B4B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #159B4B is #EA64B4. Grayscale: #696969. Windows color (decimal): -15361205 or 4954901. OLE color: 4954901.

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

Color convert

RGB2115575-
CMYK0.8600.520.39
HSL144.18º76.14%34.51%-
HSV(B)144.18º86.45%60.78%-
XYZ13.324.1110.61-
YUV105.81110.6167.5-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.37%
GREEN value IS 155 (60.94% from 255) = 61.75%
BLUE value IS 75 (29.69% from 255) = 29.88%
R=8.37%
G=61.75%
B=29.88%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal21155750.8600.520.39144.1876.1434.51
Hex159B4B5603427904c23
Octal252331131260644722011443
Binary1010110011011100101110101100110100100111100100001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159b4b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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