Html Css Color HEX #19A980 Mountain Meadow

📋 copy color: '#19A980'

red 25 ◦ green 169 ◦ blue 128

#19A980
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountain Meadow #19A980

Tints of Mountain Meadow #19A980

RGB

 RED value IS 25 (10.16% from 255) = 7.76%

 GREEN value IS 169 (66.41% from 255) = 52.48%

 BLUE value IS 128 (50.39% from 255) = 39.75%

R = 7.76%
G = 52.48%
B = 39.75%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.24

 K value IS 0.34

RGB Variations

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

Color information

#19A980 (or 0x19A980) is known color: Mountain Meadow. HEX triplet: 19, A9 and 80. RGB value is (25,169,128). Sum of RGB (Red+Green+Blue) = 25+169+128=322 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.76% from 322); Green value is 169 (66.41% from 255 or 52.48% from 322); Blue value is 128 (50.39% from 255 or 39.75% from 322); Max value from RGB is 169 - color contains mainly: green. Hex color #19A980 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19A980 is #E6567F. Grayscale: #797979. Windows color (decimal): -15095424 or 8431897. OLE color: 8431897.

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

Color convert

RGB 25 169 128 -
CMYK 0.85 0 0.24 0.34
HSL 162.92º 0.74% 0.38% -
HSV(B) 162.92º 0.85% 0.66% -
XYZ 18.49 30.14 25.27 -
YUV 121.27 131.79 59.33 -
System Red Green Blue C M Y K H S L
Decimal 25 169 128 0.85 0 0.24 0.34 162.92 0.74 0.38
Hex 19 A9 80 55 0 18 22 A3 4A 26
Octal 31 251 200 125 0 30 42 243 112 46
Binary 11001 10101001 10000000 1010101 0 11000 100010 10100011 1001010 100110

Color Harmonies of #19A980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19A980

Black with #19A980

Text Example


Text Example

White with #19A980

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,169,128); }

 H1.HeaderClassName
 {
   color: #19A980;
 }
 .AnyTagClassName
 {
   color: #19A980;
 }
</style>

background-color css

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

 a { background-color: rgb(25,169,128); }

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

border-color css

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

 span { border-color: rgb(25,169,128); }

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