Html Css Color HEX #14AD81 Mountain Meadow

📋 copy color: '#14AD81'

red 20 ◦ green 173 ◦ blue 129

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

Shades of Mountain Meadow #14AD81

Tints of Mountain Meadow #14AD81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 40.06%

R = 6.21%
G = 53.73%
B = 40.06%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#14AD81 (or 0x14AD81) is known color: Mountain Meadow. HEX triplet: 14, AD and 81. RGB value is (20,173,129). Sum of RGB (Red+Green+Blue) = 20+173+129=322 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.21% from 322); Green value is 173 (67.97% from 255 or 53.73% from 322); Blue value is 129 (50.78% from 255 or 40.06% from 322); Max value from RGB is 173 - color contains mainly: green. Hex color #14AD81 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14AD81 is #EB527E. Grayscale: #7A7A7A. Windows color (decimal): -15422079 or 8498452. OLE color: 8498452.

HSL color Cylindrical-coordinate representation of color #14AD81: hue angle of 162.75º 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 #14AD81 is Cyan = 0.88, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.32.

Color convert

RGB 20 173 129 -
CMYK 0.88 0 0.25 0.32
HSL 162.75º 0.79% 0.38% -
HSV(B) 162.75º 0.88% 0.68% -
XYZ 19.19 31.62 25.86 -
YUV 122.24 131.81 55.08 -
System Red Green Blue C M Y K H S L
Decimal 20 173 129 0.88 0 0.25 0.32 162.75 0.79 0.38
Hex 14 AD 81 58 0 19 20 A3 4F 26
Octal 24 255 201 130 0 31 40 243 117 46
Binary 10100 10101101 10000001 1011000 0 11001 100000 10100011 1001111 100110

Color Harmonies of #14AD81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AD81

Black with #14AD81

Text Example


Text Example

White with #14AD81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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