Html Css Color HEX #19B482 Mountain Meadow

📋 copy color: '#19B482'

red 25 ◦ green 180 ◦ blue 130

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

Shades of Mountain Meadow #19B482

Tints of Mountain Meadow #19B482

RGB

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

 GREEN value IS 180 (70.7% from 255) = 53.73%

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

R = 7.46%
G = 53.73%
B = 38.81%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#19B482 (or 0x19B482) is known color: Mountain Meadow. HEX triplet: 19, B4 and 82. RGB value is (25,180,130). Sum of RGB (Red+Green+Blue) = 25+180+130=335 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.46% from 335); Green value is 180 (70.70% from 255 or 53.73% from 335); Blue value is 130 (51.17% from 255 or 38.81% from 335); Max value from RGB is 180 - color contains mainly: green. Hex color #19B482 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19B482 is #E64B7D. Grayscale: #7F7F7F. Windows color (decimal): -15092606 or 8565785. OLE color: 8565785.

HSL color Cylindrical-coordinate representation of color #19B482: hue angle of 160.65º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19B482 is Cyan = 0.86, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB 25 180 130 -
CMYK 0.86 0 0.28 0.29
HSL 160.65º 0.76% 0.4% -
HSV(B) 160.65º 0.86% 0.71% -
XYZ 20.75 34.46 26.68 -
YUV 127.96 129.15 54.57 -
System Red Green Blue C M Y K H S L
Decimal 25 180 130 0.86 0 0.28 0.29 160.65 0.76 0.4
Hex 19 B4 82 56 0 1C 1D A1 4C 28
Octal 31 264 202 126 0 34 35 241 114 50
Binary 11001 10110100 10000010 1010110 0 11100 11101 10100001 1001100 101000

Color Harmonies of #19B482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19B482

Black with #19B482

Text Example


Text Example

White with #19B482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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