#19A146

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

Shades of Pigment Green #19A146

Tints of Pigment Green #19A146

Color information

#19A146 (or 0x19A146) is unknown color: approx Pigment Green. HEX triplet: 19, A1 and 46. RGB value is (25,161,70). Sum of RGB (Red+Green+Blue) = 25+161+70=256 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.77% from 256); Green value is 161 (63.28% from 255 or 62.89% from 256); Blue value is 70 (27.73% from 255 or 27.34% from 256); Max value from RGB is 161 - color contains mainly: green. Hex color #19A146 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19A146 is #E65EB9. Grayscale: #6E6E6E. Windows color (decimal): -15097530 or 4628761. OLE color: 4628761.

HSL color Cylindrical-coordinate representation of color #19A146: hue angle of 139.85º 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 #19A146 is Cyan = 0.84, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB2516170-
CMYK0.8400.570.37
HSL139.85º73.12%36.47%-
HSV(B)139.85º84.47%63.14%-
XYZ14.2526.1410.09-
YUV109.96105.4467.4-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.77%
GREEN value IS 161 (63.28% from 255) = 62.89%
BLUE value IS 70 (27.73% from 255) = 27.34%
R=9.77%
G=62.89%
B=27.34%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal25161700.8400.570.37139.8573.1236.47
Hex19A14654039258c4924
Octal312411061240714521411144
Binary1100110100001100011010101000111001100101100011001001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19A146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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