Html Css Color HEX #19BC82 Mountain Meadow

📋 copy color: '#19BC82'

red 25 ◦ green 188 ◦ blue 130

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

Shades of Mountain Meadow #19BC82

Tints of Mountain Meadow #19BC82

RGB

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

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

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

R = 7.29%
G = 54.81%
B = 37.9%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#19BC82 (or 0x19BC82) is known color: Mountain Meadow. HEX triplet: 19, BC and 82. RGB value is (25,188,130). Sum of RGB (Red+Green+Blue) = 25+188+130=343 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.29% from 343); Green value is 188 (73.83% from 255 or 54.81% from 343); Blue value is 130 (51.17% from 255 or 37.90% from 343); Max value from RGB is 188 - color contains mainly: green. Hex color #19BC82 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19BC82 is #E6437D. Grayscale: #848484. Windows color (decimal): -15090558 or 8567833. OLE color: 8567833.

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

Color convert

RGB 25 188 130 -
CMYK 0.87 0 0.31 0.26
HSL 158.65º 0.77% 0.42% -
HSV(B) 158.65º 0.87% 0.74% -
XYZ 22.41 37.78 27.23 -
YUV 132.65 126.5 51.22 -
System Red Green Blue C M Y K H S L
Decimal 25 188 130 0.87 0 0.31 0.26 158.65 0.77 0.42
Hex 19 BC 82 57 0 1F 1A 9F 4D 2A
Octal 31 274 202 127 0 37 32 237 115 52
Binary 11001 10111100 10000010 1010111 0 11111 11010 10011111 1001101 101010

Color Harmonies of #19BC82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19BC82

Black with #19BC82

Text Example


Text Example

White with #19BC82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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