#199F50

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

Shades of Pigment Green #199F50

Tints of Pigment Green #199F50

Color information

#199F50 (or 0x199F50) is unknown color: approx Pigment Green. HEX triplet: 19, 9F and 50. RGB value is (25,159,80). Sum of RGB (Red+Green+Blue) = 25+159+80=264 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.47% from 264); Green value is 159 (62.5% from 255 or 60.23% from 264); Blue value is 80 (31.64% from 255 or 30.30% from 264); Max value from RGB is 159 - color contains mainly: green. Hex color #199F50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #199F50 is #E660AF. Grayscale: #6E6E6E. Windows color (decimal): -15098032 or 5283609. OLE color: 5283609.

HSL color Cylindrical-coordinate representation of color #199F50: hue angle of 144.63º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #199F50 is Cyan = 0.84, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB2515980-
CMYK0.8400.500.38
HSL144.63º72.83%36.08%-
HSV(B)144.63º84.28%62.35%-
XYZ14.2525.5811.78-
YUV109.93111.1167.42-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.47%
GREEN value IS 159 (62.5% from 255) = 60.23%
BLUE value IS 80 (31.64% from 255) = 30.30%
R=9.47%
G=60.23%
B=30.30%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal25159800.8400.500.38144.6372.8336.08
Hex199F505403226914924
Octal312371201240624622111144
Binary1100110011111101000010101000110010100110100100011001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #199F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #199F50; }

 p { color: rgb(25,159,80); }

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

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

 a { background-color: rgb(25,159,80); }

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

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

 span { border-color: rgb(25,159,80); }

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