#19A058

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

Shades of Pigment Green #19A058

Tints of Pigment Green #19A058

Color information

#19A058 (or 0x19A058) is unknown color: approx Pigment Green. HEX triplet: 19, A0 and 58. RGB value is (25,160,88). Sum of RGB (Red+Green+Blue) = 25+160+88=273 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.16% from 273); Green value is 160 (62.89% from 255 or 58.61% from 273); Blue value is 88 (34.77% from 255 or 32.23% from 273); Max value from RGB is 160 - color contains mainly: green. Hex color #19A058 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19A058 is #E65FA7. Grayscale: #6F6F6F. Windows color (decimal): -15097768 or 5808153. OLE color: 5808153.

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

Color convert

RGB2516088-
CMYK0.8400.450.37
HSL148º72.97%36.27%-
HSV(B)148º84.38%62.75%-
XYZ14.7326.0513.48-
YUV111.43114.7766.35-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.16%
GREEN value IS 160 (62.89% from 255) = 58.61%
BLUE value IS 88 (34.77% from 255) = 32.23%
R=9.16%
G=58.61%
B=32.23%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal25160880.8400.450.3714872.9736.27
Hex19A0585402D25944924
Octal312401301240554522411144
Binary1100110100000101100010101000101101100101100101001001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19A058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,160,88); }

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

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

 a { background-color: rgb(25,160,88); }

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

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

 span { border-color: rgb(25,160,88); }

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