#199E50

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

Shades of Pigment Green #199E50

Tints of Pigment Green #199E50

Color information

#199E50 (or 0x199E50) is unknown color: approx Pigment Green. HEX triplet: 19, 9E and 50. RGB value is (25,158,80). Sum of RGB (Red+Green+Blue) = 25+158+80=263 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.51% from 263); Green value is 158 (62.11% from 255 or 60.08% from 263); Blue value is 80 (31.64% from 255 or 30.42% from 263); Max value from RGB is 158 - color contains mainly: green. Hex color #199E50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #199E50 is #E661AF. Grayscale: #6D6D6D. Windows color (decimal): -15098288 or 5283353. OLE color: 5283353.

HSL color Cylindrical-coordinate representation of color #199E50: hue angle of 144.81º 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 #199E50 is Cyan = 0.84, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.

Color convert

RGB2515880-
CMYK0.8400.490.38
HSL144.81º72.68%35.88%-
HSV(B)144.81º84.18%61.96%-
XYZ14.0825.2411.72-
YUV109.34111.4467.84-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.51%
GREEN value IS 158 (62.11% from 255) = 60.08%
BLUE value IS 80 (31.64% from 255) = 30.42%
R=9.51%
G=60.08%
B=30.42%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal25158800.8400.490.38144.8172.6835.88
Hex199E505403126914924
Octal312361201240614622111144
Binary1100110011110101000010101000110001100110100100011001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #199E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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