#159C4C

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

Shades of Pigment Green #159C4C

Tints of Pigment Green #159C4C

Color information

#159C4C (or 0x159C4C) is unknown color: approx Pigment Green. HEX triplet: 15, 9C and 4C. RGB value is (21,156,76). Sum of RGB (Red+Green+Blue) = 21+156+76=253 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.30% from 253); Green value is 156 (61.33% from 255 or 61.66% from 253); Blue value is 76 (30.08% from 255 or 30.04% from 253); Max value from RGB is 156 - color contains mainly: green. Hex color #159C4C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #159C4C is #EA63B3. Grayscale: #6A6A6A. Windows color (decimal): -15360948 or 5020693. OLE color: 5020693.

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

Color convert

RGB2115676-
CMYK0.8700.510.39
HSL144.44º76.27%34.71%-
HSV(B)144.44º86.54%61.18%-
XYZ13.524.4610.85-
YUV106.51110.7767-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.30%
GREEN value IS 156 (61.33% from 255) = 61.66%
BLUE value IS 76 (30.08% from 255) = 30.04%
R=8.30%
G=61.66%
B=30.04%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal21156760.8700.510.39144.4476.2734.71
Hex159C4C5703327904c23
Octal252341141270634722011443
Binary1010110011100100110010101110110011100111100100001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,156,76); }

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

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

 a { background-color: rgb(21,156,76); }

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

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

 span { border-color: rgb(21,156,76); }

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