Html Css Color HEX #19A180 Mountain Meadow

📋 copy color: '#19A180'

red 25 ◦ green 161 ◦ blue 128

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

Shades of Mountain Meadow #19A180

Tints of Mountain Meadow #19A180

RGB

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

 GREEN value IS 161 (63.28% from 255) = 51.27%

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

R = 7.96%
G = 51.27%
B = 40.76%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#19A180 (or 0x19A180) is known color: Mountain Meadow. HEX triplet: 19, A1 and 80. RGB value is (25,161,128). Sum of RGB (Red+Green+Blue) = 25+161+128=314 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.96% from 314); Green value is 161 (63.28% from 255 or 51.27% from 314); Blue value is 128 (50.39% from 255 or 40.76% from 314); Max value from RGB is 161 - color contains mainly: green. Hex color #19A180 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19A180 is #E65E7F. Grayscale: #747474. Windows color (decimal): -15097472 or 8429849. OLE color: 8429849.

HSL color Cylindrical-coordinate representation of color #19A180: hue angle of 165.44º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19A180 is Cyan = 0.84, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB 25 161 128 -
CMYK 0.84 0 0.20 0.37
HSL 165.44º 0.73% 0.36% -
HSV(B) 165.44º 0.84% 0.63% -
XYZ 17.04 27.25 24.78 -
YUV 116.57 134.44 62.68 -
System Red Green Blue C M Y K H S L
Decimal 25 161 128 0.84 0 0.20 0.37 165.44 0.73 0.36
Hex 19 A1 80 54 0 14 25 A5 49 24
Octal 31 241 200 124 0 24 45 245 111 44
Binary 11001 10100001 10000000 1010100 0 10100 100101 10100101 1001001 100100

Color Harmonies of #19A180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19A180

Black with #19A180

Text Example


Text Example

White with #19A180

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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