Html Css Color HEX #19A482 Mountain Meadow

📋 copy color: '#19A482'

red 25 ◦ green 164 ◦ blue 130

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

Shades of Mountain Meadow #19A482

Tints of Mountain Meadow #19A482

RGB

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

 GREEN value IS 164 (64.45% from 255) = 51.41%

 BLUE value IS 130 (51.17% from 255) = 40.75%

R = 7.84%
G = 51.41%
B = 40.75%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#19A482 (or 0x19A482) is known color: Mountain Meadow. HEX triplet: 19, A4 and 82. RGB value is (25,164,130). Sum of RGB (Red+Green+Blue) = 25+164+130=319 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.84% from 319); Green value is 164 (64.45% from 255 or 51.41% from 319); Blue value is 130 (51.17% from 255 or 40.75% from 319); Max value from RGB is 164 - color contains mainly: green. Hex color #19A482 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19A482 is #E65B7D. Grayscale: #767676. Windows color (decimal): -15096702 or 8561689. OLE color: 8561689.

HSL color Cylindrical-coordinate representation of color #19A482: hue angle of 165.32º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19A482 is Cyan = 0.85, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB 25 164 130 -
CMYK 0.85 0 0.21 0.36
HSL 165.32º 0.74% 0.37% -
HSV(B) 165.32º 0.85% 0.64% -
XYZ 17.71 28.37 25.66 -
YUV 118.56 134.45 61.26 -
System Red Green Blue C M Y K H S L
Decimal 25 164 130 0.85 0 0.21 0.36 165.32 0.74 0.37
Hex 19 A4 82 55 0 15 24 A5 4A 25
Octal 31 244 202 125 0 25 44 245 112 45
Binary 11001 10100100 10000010 1010101 0 10101 100100 10100101 1001010 100101

Color Harmonies of #19A482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19A482

Black with #19A482

Text Example


Text Example

White with #19A482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,164,130); }

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

background-color css

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

 a { background-color: rgb(25,164,130); }

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

border-color css

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

 span { border-color: rgb(25,164,130); }

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