Html Css Color HEX #14AD94 Mountain Meadow

📋 copy color: '#14AD94'

red 20 ◦ green 173 ◦ blue 148

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

Shades of Mountain Meadow #14AD94

Tints of Mountain Meadow #14AD94

RGB

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

 GREEN value IS 173 (67.97% from 255) = 50.73%

 BLUE value IS 148 (58.2% from 255) = 43.4%

R = 5.87%
G = 50.73%
B = 43.4%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#14AD94 (or 0x14AD94) is known color: Mountain Meadow. HEX triplet: 14, AD and 94. RGB value is (20,173,148). Sum of RGB (Red+Green+Blue) = 20+173+148=341 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.87% from 341); Green value is 173 (67.97% from 255 or 50.73% from 341); Blue value is 148 (58.20% from 255 or 43.40% from 341); Max value from RGB is 173 - color contains mainly: green. Hex color #14AD94 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14AD94 is #EB526B. Grayscale: #7C7C7C. Windows color (decimal): -15422060 or 9743636. OLE color: 9743636.

HSL color Cylindrical-coordinate representation of color #14AD94: hue angle of 170.2º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14AD94 is Cyan = 0.88, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB 20 173 148 -
CMYK 0.88 0 0.14 0.32
HSL 170.2º 0.79% 0.38% -
HSV(B) 170.2º 0.88% 0.68% -
XYZ 20.58 32.17 33.14 -
YUV 124.4 141.31 53.53 -
System Red Green Blue C M Y K H S L
Decimal 20 173 148 0.88 0 0.14 0.32 170.2 0.79 0.38
Hex 14 AD 94 58 0 E 20 AA 4F 26
Octal 24 255 224 130 0 16 40 252 117 46
Binary 10100 10101101 10010100 1011000 0 1110 100000 10101010 1001111 100110

Color Harmonies of #14AD94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AD94

Black with #14AD94

Text Example


Text Example

White with #14AD94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,173,148); }

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

background-color css

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

 a { background-color: rgb(20,173,148); }

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

border-color css

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

 span { border-color: rgb(20,173,148); }

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