Html Css Color HEX #19AC80 Mountain Meadow

📋 copy color: '#19AC80'

red 25 ◦ green 172 ◦ blue 128

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

Shades of Mountain Meadow #19AC80

Tints of Mountain Meadow #19AC80

RGB

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

 GREEN value IS 172 (67.58% from 255) = 52.92%

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

R = 7.69%
G = 52.92%
B = 39.38%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#19AC80 (or 0x19AC80) is known color: Mountain Meadow. HEX triplet: 19, AC and 80. RGB value is (25,172,128). Sum of RGB (Red+Green+Blue) = 25+172+128=325 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.69% from 325); Green value is 172 (67.58% from 255 or 52.92% from 325); Blue value is 128 (50.39% from 255 or 39.38% from 325); Max value from RGB is 172 - color contains mainly: green. Hex color #19AC80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19AC80 is #E6537F. Grayscale: #7B7B7B. Windows color (decimal): -15094656 or 8432665. OLE color: 8432665.

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

Color convert

RGB 25 172 128 -
CMYK 0.85 0 0.26 0.33
HSL 162.04º 0.75% 0.39% -
HSV(B) 162.04º 0.85% 0.67% -
XYZ 19.05 31.27 25.45 -
YUV 123.03 130.8 58.08 -
System Red Green Blue C M Y K H S L
Decimal 25 172 128 0.85 0 0.26 0.33 162.04 0.75 0.39
Hex 19 AC 80 55 0 1A 21 A2 4B 27
Octal 31 254 200 125 0 32 41 242 113 47
Binary 11001 10101100 10000000 1010101 0 11010 100001 10100010 1001011 100111

Color Harmonies of #19AC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19AC80

Black with #19AC80

Text Example


Text Example

White with #19AC80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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