#19AA5A

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

Shades of Pigment Green #19AA5A

Tints of Pigment Green #19AA5A

Color information

#19AA5A (or 0x19AA5A) is unknown color: approx Pigment Green. HEX triplet: 19, AA and 5A. RGB value is (25,170,90). Sum of RGB (Red+Green+Blue) = 25+170+90=285 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.77% from 285); Green value is 170 (66.80% from 255 or 59.65% from 285); Blue value is 90 (35.55% from 255 or 31.58% from 285); Max value from RGB is 170 - color contains mainly: green. Hex color #19AA5A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19AA5A is #E655A5. Grayscale: #757575. Windows color (decimal): -15095206 or 5941785. OLE color: 5941785.

HSL color Cylindrical-coordinate representation of color #19AA5A: hue angle of 146.9º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19AA5A is Cyan = 0.85, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB2517090-
CMYK0.8500.470.33
HSL146.9º74.36%38.24%-
HSV(B)146.9º85.29%66.67%-
XYZ16.6229.6914.53-
YUV117.52112.4662-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.77%
GREEN value IS 170 (66.80% from 255) = 59.65%
BLUE value IS 90 (35.55% from 255) = 31.58%
R=8.77%
G=59.65%
B=31.58%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal25170900.8500.470.33146.974.3638.24
Hex19AA5A5502F21934a26
Octal312521321250574122311246
Binary1100110101010101101010101010101111100001100100111001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19AA5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,170,90); }

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

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

 a { background-color: rgb(25,170,90); }

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

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

 span { border-color: rgb(25,170,90); }

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