#159742

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

Shades of Pigment Green #159742

Tints of Pigment Green #159742

Color information

#159742 (or 0x159742) is unknown color: approx Pigment Green. HEX triplet: 15, 97 and 42. RGB value is (21,151,66). Sum of RGB (Red+Green+Blue) = 21+151+66=238 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.82% from 238); Green value is 151 (59.38% from 255 or 63.45% from 238); Blue value is 66 (26.17% from 255 or 27.73% from 238); Max value from RGB is 151 - color contains mainly: green. Hex color #159742 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #159742 is #EA68BD. Grayscale: #666666. Windows color (decimal): -15362238 or 4364053. OLE color: 4364053.

HSL color Cylindrical-coordinate representation of color #159742: hue angle of 140.77º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #159742 is Cyan = 0.86, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.41.

Color convert

RGB2115166-
CMYK0.8600.560.41
HSL140.77º75.58%33.73%-
HSV(B)140.77º86.09%59.22%-
XYZ12.3622.698.88-
YUV102.44107.4369.91-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.82%
GREEN value IS 151 (59.38% from 255) = 63.45%
BLUE value IS 66 (26.17% from 255) = 27.73%
R=8.82%
G=63.45%
B=27.73%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal21151660.8600.560.41140.7775.5833.73
Hex15974256038298d4c22
Octal252271021260705121511442
Binary1010110010111100001010101100111000101001100011011001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #159742; }

 p { color: rgb(21,151,66); }

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

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

 a { background-color: rgb(21,151,66); }

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

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

 span { border-color: rgb(21,151,66); }

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