#19A148

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

Shades of Pigment Green #19A148

Tints of Pigment Green #19A148

Color information

#19A148 (or 0x19A148) is unknown color: approx Pigment Green. HEX triplet: 19, A1 and 48. RGB value is (25,161,72). Sum of RGB (Red+Green+Blue) = 25+161+72=258 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.69% from 258); Green value is 161 (63.28% from 255 or 62.40% from 258); Blue value is 72 (28.52% from 255 or 27.91% from 258); Max value from RGB is 161 - color contains mainly: green. Hex color #19A148 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19A148 is #E65EB7. Grayscale: #6E6E6E. Windows color (decimal): -15097528 or 4759833. OLE color: 4759833.

HSL color Cylindrical-coordinate representation of color #19A148: hue angle of 140.74º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19A148 is Cyan = 0.84, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.37.

Color convert

RGB2516172-
CMYK0.8400.550.37
HSL140.74º73.12%36.47%-
HSV(B)140.74º84.47%63.14%-
XYZ14.3226.1610.43-
YUV110.19106.4467.24-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.69%
GREEN value IS 161 (63.28% from 255) = 62.40%
BLUE value IS 72 (28.52% from 255) = 27.91%
R=9.69%
G=62.40%
B=27.91%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal25161720.8400.550.37140.7473.1236.47
Hex19A14854037258d4924
Octal312411101240674521511144
Binary1100110100001100100010101000110111100101100011011001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19A148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19A148; }

 p { color: rgb(25,161,72); }

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

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

 a { background-color: rgb(25,161,72); }

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

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

 span { border-color: rgb(25,161,72); }

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