#19AF92

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

Shades of Mountain Meadow #19AF92

Tints of Mountain Meadow #19AF92

Color information

#19AF92 (or 0x19AF92) is unknown color: approx Mountain Meadow. HEX triplet: 19, AF and 92. RGB value is (25,175,146). Sum of RGB (Red+Green+Blue) = 25+175+146=346 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.23% from 346); Green value is 175 (68.75% from 255 or 50.58% from 346); Blue value is 146 (57.42% from 255 or 42.20% from 346); Max value from RGB is 175 - color contains mainly: green. Hex color #19AF92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19AF92 is #E6506D. Grayscale: #7E7E7E. Windows color (decimal): -15093870 or 9613081. OLE color: 9613081.

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

Color convert

RGB25175146-
CMYK0.8600.170.31
HSL168.4º75%39.22%-
HSV(B)168.4º85.71%68.63%-
XYZ20.9232.9432.45-
YUV126.84138.855.36-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.23%
GREEN value IS 175 (68.75% from 255) = 50.58%
BLUE value IS 146 (57.42% from 255) = 42.20%
R=7.23%
G=50.58%
B=42.20%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal251751460.8600.170.31168.47539.22
Hex19AF92560111Fa84b27
Octal312572221260213725011347
Binary110011010111110010010101011001000111111101010001001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19AF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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