Html Css Color HEX #19BA7F Mountain Meadow

📋 copy color: '#19BA7F'

red 25 ◦ green 186 ◦ blue 127

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

Shades of Mountain Meadow #19BA7F

Tints of Mountain Meadow #19BA7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.57%

R = 7.4%
G = 55.03%
B = 37.57%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#19BA7F (or 0x19BA7F) is known color: Mountain Meadow. HEX triplet: 19, BA and 7F. RGB value is (25,186,127). Sum of RGB (Red+Green+Blue) = 25+186+127=338 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.40% from 338); Green value is 186 (73.05% from 255 or 55.03% from 338); Blue value is 127 (50% from 255 or 37.57% from 338); Max value from RGB is 186 - color contains mainly: green. Hex color #19BA7F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #19BA7F is #E64580. Grayscale: #838383. Windows color (decimal): -15091073 or 8370713. OLE color: 8370713.

HSL color Cylindrical-coordinate representation of color #19BA7F: hue angle of 158.01º 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 #19BA7F is Cyan = 0.87, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 25 186 127 -
CMYK 0.87 0 0.32 0.27
HSL 158.01º 0.76% 0.41% -
HSV(B) 158.01º 0.87% 0.73% -
XYZ 21.79 36.86 26.04 -
YUV 131.14 125.66 52.3 -
System Red Green Blue C M Y K H S L
Decimal 25 186 127 0.87 0 0.32 0.27 158.01 0.76 0.41
Hex 19 BA 7F 57 0 20 1B 9E 4C 29
Octal 31 272 177 127 0 40 33 236 114 51
Binary 11001 10111010 1111111 1010111 0 100000 11011 10011110 1001100 101001

Color Harmonies of #19BA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19BA7F

Black with #19BA7F

Text Example


Text Example

White with #19BA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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