Html Css Color HEX #19BA7A Mountain Meadow

📋 copy color: '#19BA7A'

red 25 ◦ green 186 ◦ blue 122

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

Shades of Mountain Meadow #19BA7A

Tints of Mountain Meadow #19BA7A

RGB

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

 GREEN value IS 186 (73.05% from 255) = 55.86%

 BLUE value IS 122 (48.05% from 255) = 36.64%

R = 7.51%
G = 55.86%
B = 36.64%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#19BA7A (or 0x19BA7A) is known color: Mountain Meadow. HEX triplet: 19, BA and 7A. RGB value is (25,186,122). Sum of RGB (Red+Green+Blue) = 25+186+122=333 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.51% from 333); Green value is 186 (73.05% from 255 or 55.86% from 333); Blue value is 122 (48.05% from 255 or 36.64% from 333); Max value from RGB is 186 - color contains mainly: green. Hex color #19BA7A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #19BA7A is #E64585. Grayscale: #828282. Windows color (decimal): -15091078 or 8043033. OLE color: 8043033.

HSL color Cylindrical-coordinate representation of color #19BA7A: hue angle of 156.15º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19BA7A is Cyan = 0.87, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 25 186 122 -
CMYK 0.87 0 0.34 0.27
HSL 156.15º 0.76% 0.41% -
HSV(B) 156.15º 0.87% 0.73% -
XYZ 21.47 36.73 24.37 -
YUV 130.57 123.16 52.7 -
System Red Green Blue C M Y K H S L
Decimal 25 186 122 0.87 0 0.34 0.27 156.15 0.76 0.41
Hex 19 BA 7A 57 0 22 1B 9C 4C 29
Octal 31 272 172 127 0 42 33 234 114 51
Binary 11001 10111010 1111010 1010111 0 100010 11011 10011100 1001100 101001

Color Harmonies of #19BA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19BA7A

Black with #19BA7A

Text Example


Text Example

White with #19BA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,186,122); }

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

background-color css

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

 a { background-color: rgb(25,186,122); }

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

border-color css

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

 span { border-color: rgb(25,186,122); }

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