Html Css Color HEX #19A975 Mountain Meadow

📋 copy color: '#19A975'

red 25 ◦ green 169 ◦ blue 117

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

Shades of Mountain Meadow #19A975

Tints of Mountain Meadow #19A975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.62%

R = 8.04%
G = 54.34%
B = 37.62%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.31

 K value IS 0.34

RGB Variations

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

Color information

#19A975 (or 0x19A975) is known color: Mountain Meadow. HEX triplet: 19, A9 and 75. RGB value is (25,169,117). Sum of RGB (Red+Green+Blue) = 25+169+117=311 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.04% from 311); Green value is 169 (66.41% from 255 or 54.34% from 311); Blue value is 117 (46.09% from 255 or 37.62% from 311); Max value from RGB is 169 - color contains mainly: green. Hex color #19A975 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19A975 is #E6568A. Grayscale: #787878. Windows color (decimal): -15095435 or 7711001. OLE color: 7711001.

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

Color convert

RGB 25 169 117 -
CMYK 0.85 0 0.31 0.34
HSL 158.33º 0.74% 0.38% -
HSV(B) 158.33º 0.85% 0.66% -
XYZ 17.8 29.87 21.66 -
YUV 120.02 126.29 60.23 -
System Red Green Blue C M Y K H S L
Decimal 25 169 117 0.85 0 0.31 0.34 158.33 0.74 0.38
Hex 19 A9 75 55 0 1F 22 9E 4A 26
Octal 31 251 165 125 0 37 42 236 112 46
Binary 11001 10101001 1110101 1010101 0 11111 100010 10011110 1001010 100110

Color Harmonies of #19A975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19A975

Black with #19A975

Text Example


Text Example

White with #19A975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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