Html Css Color HEX #19BC7F Mountain Meadow

📋 copy color: '#19BC7F'

red 25 ◦ green 188 ◦ blue 127

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

Shades of Mountain Meadow #19BC7F

Tints of Mountain Meadow #19BC7F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 55.29%

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

R = 7.35%
G = 55.29%
B = 37.35%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#19BC7F (or 0x19BC7F) is known color: Mountain Meadow. HEX triplet: 19, BC and 7F. RGB value is (25,188,127). Sum of RGB (Red+Green+Blue) = 25+188+127=340 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.35% from 340); Green value is 188 (73.83% from 255 or 55.29% from 340); Blue value is 127 (50% from 255 or 37.35% from 340); Max value from RGB is 188 - color contains mainly: green. Hex color #19BC7F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #19BC7F is #E64380. Grayscale: #848484. Windows color (decimal): -15090561 or 8371225. OLE color: 8371225.

HSL color Cylindrical-coordinate representation of color #19BC7F: hue angle of 157.55º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19BC7F is Cyan = 0.87, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB 25 188 127 -
CMYK 0.87 0 0.32 0.26
HSL 157.55º 0.77% 0.42% -
HSV(B) 157.55º 0.87% 0.74% -
XYZ 22.21 37.71 26.19 -
YUV 132.31 125 51.46 -
System Red Green Blue C M Y K H S L
Decimal 25 188 127 0.87 0 0.32 0.26 157.55 0.77 0.42
Hex 19 BC 7F 57 0 20 1A 9E 4D 2A
Octal 31 274 177 127 0 40 32 236 115 52
Binary 11001 10111100 1111111 1010111 0 100000 11010 10011110 1001101 101010

Color Harmonies of #19BC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19BC7F

Black with #19BC7F

Text Example


Text Example

White with #19BC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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