Html Css Color HEX #19BD7A Mountain Meadow

📋 copy color: '#19BD7A'

red 25 ◦ green 189 ◦ blue 122

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

Shades of Mountain Meadow #19BD7A

Tints of Mountain Meadow #19BD7A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 56.25%

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

R = 7.44%
G = 56.25%
B = 36.31%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#19BD7A (or 0x19BD7A) is known color: Mountain Meadow. HEX triplet: 19, BD and 7A. RGB value is (25,189,122). Sum of RGB (Red+Green+Blue) = 25+189+122=336 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.44% from 336); Green value is 189 (74.22% from 255 or 56.25% from 336); Blue value is 122 (48.05% from 255 or 36.31% from 336); Max value from RGB is 189 - color contains mainly: green. Hex color #19BD7A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #19BD7A is #E64285. Grayscale: #848484. Windows color (decimal): -15090310 or 8043801. OLE color: 8043801.

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

Color convert

RGB 25 189 122 -
CMYK 0.87 0 0.35 0.26
HSL 155.49º 0.77% 0.42% -
HSV(B) 155.49º 0.87% 0.74% -
XYZ 22.11 38.01 24.58 -
YUV 132.33 122.17 51.45 -
System Red Green Blue C M Y K H S L
Decimal 25 189 122 0.87 0 0.35 0.26 155.49 0.77 0.42
Hex 19 BD 7A 57 0 23 1A 9B 4D 2A
Octal 31 275 172 127 0 43 32 233 115 52
Binary 11001 10111101 1111010 1010111 0 100011 11010 10011011 1001101 101010

Color Harmonies of #19BD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19BD7A

Black with #19BD7A

Text Example


Text Example

White with #19BD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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