#19AF55

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

Shades of Pigment Green #19AF55

Tints of Pigment Green #19AF55

Color information

#19AF55 (or 0x19AF55) is unknown color: approx Pigment Green. HEX triplet: 19, AF and 55. RGB value is (25,175,85). Sum of RGB (Red+Green+Blue) = 25+175+85=285 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.77% from 285); Green value is 175 (68.75% from 255 or 61.40% from 285); Blue value is 85 (33.59% from 255 or 29.82% from 285); Max value from RGB is 175 - color contains mainly: green. Hex color #19AF55 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19AF55 is #E650AA. Grayscale: #787878. Windows color (decimal): -15093931 or 5615385. OLE color: 5615385.

HSL color Cylindrical-coordinate representation of color #19AF55: hue angle of 144º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19AF55 is Cyan = 0.86, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB2517585-
CMYK0.8600.510.31
HSL144º75%39.22%-
HSV(B)144º85.71%68.63%-
XYZ17.3731.5213.76-
YUV119.89108.360.32-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.77%
GREEN value IS 175 (68.75% from 255) = 61.40%
BLUE value IS 85 (33.59% from 255) = 29.82%
R=8.77%
G=61.40%
B=29.82%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal25175850.8600.510.311447539.22
Hex19AF55560331F904b27
Octal312571251260633722011347
Binary110011010111110101011010110011001111111100100001001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19AF55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,175,85); }

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

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

 a { background-color: rgb(25,175,85); }

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

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

 span { border-color: rgb(25,175,85); }

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