#159949

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

Shades of Pigment Green #159949

Tints of Pigment Green #159949

Color information

#159949 (or 0x159949) is unknown color: approx Pigment Green. HEX triplet: 15, 99 and 49. RGB value is (21,153,73). Sum of RGB (Red+Green+Blue) = 21+153+73=247 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.50% from 247); Green value is 153 (60.16% from 255 or 61.94% from 247); Blue value is 73 (28.91% from 255 or 29.55% from 247); Max value from RGB is 153 - color contains mainly: green. Hex color #159949 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #159949 is #EA66B6. Grayscale: #686868. Windows color (decimal): -15361719 or 4823317. OLE color: 4823317.

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

Color convert

RGB2115373-
CMYK0.8600.520.4
HSL143.64º75.86%34.12%-
HSV(B)143.64º86.27%60%-
XYZ12.923.4210.14-
YUV104.41110.2768.5-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.50%
GREEN value IS 153 (60.16% from 255) = 61.94%
BLUE value IS 73 (28.91% from 255) = 29.55%
R=8.50%
G=61.94%
B=29.55%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal21153730.8600.520.4143.6475.8634.12
Hex1599495603428904c22
Octal252311111260645022011442
Binary1010110011001100100110101100110100101000100100001001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #159949; }

 p { color: rgb(21,153,73); }

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

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

 a { background-color: rgb(21,153,73); }

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

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

 span { border-color: rgb(21,153,73); }

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