#19AF4B

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

Shades of Pigment Green #19AF4B

Tints of Pigment Green #19AF4B

Color information

#19AF4B (or 0x19AF4B) is unknown color: approx Pigment Green. HEX triplet: 19, AF and 4B. RGB value is (25,175,75). Sum of RGB (Red+Green+Blue) = 25+175+75=275 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.09% from 275); Green value is 175 (68.75% from 255 or 63.64% from 275); Blue value is 75 (29.69% from 255 or 27.27% from 275); Max value from RGB is 175 - color contains mainly: green. Hex color #19AF4B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19AF4B is #E650B4. Grayscale: #777777. Windows color (decimal): -15093941 or 4960025. OLE color: 4960025.

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

Color convert

RGB2517575-
CMYK0.8600.570.31
HSL140º75%39.22%-
HSV(B)140º85.71%68.63%-
XYZ1731.3711.82-
YUV118.75103.361.13-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.09%
GREEN value IS 175 (68.75% from 255) = 63.64%
BLUE value IS 75 (29.69% from 255) = 27.27%
R=9.09%
G=63.64%
B=27.27%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal25175750.8600.570.311407539.22
Hex19AF4B560391F8c4b27
Octal312571131260713721411347
Binary110011010111110010111010110011100111111100011001001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19AF4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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