Html Css Color HEX #19AB80 Mountain Meadow

📋 copy color: '#19AB80'

red 25 ◦ green 171 ◦ blue 128

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

Shades of Mountain Meadow #19AB80

Tints of Mountain Meadow #19AB80

RGB

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

 GREEN value IS 171 (67.19% from 255) = 52.78%

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

R = 7.72%
G = 52.78%
B = 39.51%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#19AB80 (or 0x19AB80) is known color: Mountain Meadow. HEX triplet: 19, AB and 80. RGB value is (25,171,128). Sum of RGB (Red+Green+Blue) = 25+171+128=324 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.72% from 324); Green value is 171 (67.19% from 255 or 52.78% from 324); Blue value is 128 (50.39% from 255 or 39.51% from 324); Max value from RGB is 171 - color contains mainly: green. Hex color #19AB80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19AB80 is #E6547F. Grayscale: #7A7A7A. Windows color (decimal): -15094912 or 8432409. OLE color: 8432409.

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

Color convert

RGB 25 171 128 -
CMYK 0.85 0 0.25 0.33
HSL 162.33º 0.74% 0.38% -
HSV(B) 162.33º 0.85% 0.67% -
XYZ 18.86 30.89 25.39 -
YUV 122.44 131.13 58.5 -
System Red Green Blue C M Y K H S L
Decimal 25 171 128 0.85 0 0.25 0.33 162.33 0.74 0.38
Hex 19 AB 80 55 0 19 21 A2 4A 26
Octal 31 253 200 125 0 31 41 242 112 46
Binary 11001 10101011 10000000 1010101 0 11001 100001 10100010 1001010 100110

Color Harmonies of #19AB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19AB80

Black with #19AB80

Text Example


Text Example

White with #19AB80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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