Html Css Color HEX #14AF86 Mountain Meadow

📋 copy color: '#14AF86'

red 20 ◦ green 175 ◦ blue 134

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

Shades of Mountain Meadow #14AF86

Tints of Mountain Meadow #14AF86

RGB

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

 GREEN value IS 175 (68.75% from 255) = 53.19%

 BLUE value IS 134 (52.73% from 255) = 40.73%

R = 6.08%
G = 53.19%
B = 40.73%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#14AF86 (or 0x14AF86) is known color: Mountain Meadow. HEX triplet: 14, AF and 86. RGB value is (20,175,134). Sum of RGB (Red+Green+Blue) = 20+175+134=329 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.08% from 329); Green value is 175 (68.75% from 255 or 53.19% from 329); Blue value is 134 (52.73% from 255 or 40.73% from 329); Max value from RGB is 175 - color contains mainly: green. Hex color #14AF86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14AF86 is #EB5079. Grayscale: #7B7B7B. Windows color (decimal): -15421562 or 8826644. OLE color: 8826644.

HSL color Cylindrical-coordinate representation of color #14AF86: hue angle of 164.13º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14AF86 is Cyan = 0.89, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 20 175 134 -
CMYK 0.89 0 0.23 0.31
HSL 164.13º 0.79% 0.38% -
HSV(B) 164.13º 0.89% 0.69% -
XYZ 19.92 32.53 27.78 -
YUV 123.98 133.65 53.83 -
System Red Green Blue C M Y K H S L
Decimal 20 175 134 0.89 0 0.23 0.31 164.13 0.79 0.38
Hex 14 AF 86 59 0 17 1F A4 4F 26
Octal 24 257 206 131 0 27 37 244 117 46
Binary 10100 10101111 10000110 1011001 0 10111 11111 10100100 1001111 100110

Color Harmonies of #14AF86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AF86

Black with #14AF86

Text Example


Text Example

White with #14AF86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,175,134); }

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

background-color css

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

 a { background-color: rgb(20,175,134); }

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

border-color css

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

 span { border-color: rgb(20,175,134); }

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