Html Css Color HEX #14AC89 Mountain Meadow

📋 copy color: '#14AC89'

red 20 ◦ green 172 ◦ blue 137

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

Shades of Mountain Meadow #14AC89

Tints of Mountain Meadow #14AC89

RGB

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

 GREEN value IS 172 (67.58% from 255) = 52.28%

 BLUE value IS 137 (53.91% from 255) = 41.64%

R = 6.08%
G = 52.28%
B = 41.64%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#14AC89 (or 0x14AC89) is known color: Mountain Meadow. HEX triplet: 14, AC and 89. RGB value is (20,172,137). Sum of RGB (Red+Green+Blue) = 20+172+137=329 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.08% from 329); Green value is 172 (67.58% from 255 or 52.28% from 329); Blue value is 137 (53.91% from 255 or 41.64% from 329); Max value from RGB is 172 - color contains mainly: green. Hex color #14AC89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14AC89 is #EB5376. Grayscale: #7A7A7A. Windows color (decimal): -15422327 or 9022484. OLE color: 9022484.

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

Color convert

RGB 20 172 137 -
CMYK 0.88 0 0.20 0.33
HSL 166.18º 0.79% 0.38% -
HSV(B) 166.18º 0.88% 0.67% -
XYZ 19.56 31.46 28.71 -
YUV 122.56 136.14 54.85 -
System Red Green Blue C M Y K H S L
Decimal 20 172 137 0.88 0 0.20 0.33 166.18 0.79 0.38
Hex 14 AC 89 58 0 14 21 A6 4F 26
Octal 24 254 211 130 0 24 41 246 117 46
Binary 10100 10101100 10001001 1011000 0 10100 100001 10100110 1001111 100110

Color Harmonies of #14AC89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AC89

Black with #14AC89

Text Example


Text Example

White with #14AC89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,172,137); }

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

background-color css

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

 a { background-color: rgb(20,172,137); }

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

border-color css

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

 span { border-color: rgb(20,172,137); }

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