Html Css Color HEX #14B573 Mountain Meadow

📋 copy color: '#14B573'

red 20 ◦ green 181 ◦ blue 115

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

Shades of Mountain Meadow #14B573

Tints of Mountain Meadow #14B573

RGB

 RED value IS 20 (8.2% from 255) = 6.33%

 GREEN value IS 181 (71.09% from 255) = 57.28%

 BLUE value IS 115 (45.31% from 255) = 36.39%

R = 6.33%
G = 57.28%
B = 36.39%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#14B573 (or 0x14B573) is known color: Mountain Meadow. HEX triplet: 14, B5 and 73. RGB value is (20,181,115). Sum of RGB (Red+Green+Blue) = 20+181+115=316 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.33% from 316); Green value is 181 (71.09% from 255 or 57.28% from 316); Blue value is 115 (45.31% from 255 or 36.39% from 316); Max value from RGB is 181 - color contains mainly: green. Hex color #14B573 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14B573 is #EB4A8C. Grayscale: #7D7D7D. Windows color (decimal): -15420045 or 7582996. OLE color: 7582996.

HSL color Cylindrical-coordinate representation of color #14B573: hue angle of 155.4º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B573 is Cyan = 0.89, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 20 181 115 -
CMYK 0.89 0 0.36 0.29
HSL 155.4º 0.8% 0.39% -
HSV(B) 155.4º 0.89% 0.71% -
XYZ 19.91 34.43 21.82 -
YUV 125.34 122.16 52.87 -
System Red Green Blue C M Y K H S L
Decimal 20 181 115 0.89 0 0.36 0.29 155.4 0.8 0.39
Hex 14 B5 73 59 0 24 1D 9B 50 27
Octal 24 265 163 131 0 44 35 233 120 47
Binary 10100 10110101 1110011 1011001 0 100100 11101 10011011 1010000 100111

Color Harmonies of #14B573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B573

Black with #14B573

Text Example


Text Example

White with #14B573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14B573; }

 p { color: rgb(20,181,115); }

 H1.HeaderClassName
 {
   color: #14B573;
 }
 .AnyTagClassName
 {
   color: #14B573;
 }
</style>

background-color css

<style>
 a { background-color: #14B573; }

 a { background-color: rgb(20,181,115); }

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

border-color css

<style>
 span { border-color: #14B573; }

 span { border-color: rgb(20,181,115); }

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