#19AF73

Color #19AF73 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #19AF73

Tints of Mountain Meadow #19AF73

Color information

#19AF73 (or 0x19AF73) is unknown color: approx Mountain Meadow. HEX triplet: 19, AF and 73. RGB value is (25,175,115). Sum of RGB (Red+Green+Blue) = 25+175+115=315 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.94% from 315); Green value is 175 (68.75% from 255 or 55.56% from 315); Blue value is 115 (45.31% from 255 or 36.51% from 315); Max value from RGB is 175 - color contains mainly: green. Hex color #19AF73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19AF73 is #E6508C. Grayscale: #7B7B7B. Windows color (decimal): -15093901 or 7581465. OLE color: 7581465.

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

Color convert

RGB25175115-
CMYK0.8600.340.31
HSL156º75%39.22%-
HSV(B)156º85.71%68.63%-
XYZ18.8332.121.42-
YUV123.31123.357.88-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.94%
GREEN value IS 175 (68.75% from 255) = 55.56%
BLUE value IS 115 (45.31% from 255) = 36.51%
R=7.94%
G=55.56%
B=36.51%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal251751150.8600.340.311567539.22
Hex19AF73560221F9c4b27
Octal312571631260423723411347
Binary110011010111111100111010110010001011111100111001001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19AF73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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