Html Css Color HEX #14AB92 Mountain Meadow

📋 copy color: '#14AB92'

red 20 ◦ green 171 ◦ blue 146

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

Shades of Mountain Meadow #14AB92

Tints of Mountain Meadow #14AB92

RGB

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

 GREEN value IS 171 (67.19% from 255) = 50.74%

 BLUE value IS 146 (57.42% from 255) = 43.32%

R = 5.93%
G = 50.74%
B = 43.32%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#14AB92 (or 0x14AB92) is known color: Mountain Meadow. HEX triplet: 14, AB and 92. RGB value is (20,171,146). Sum of RGB (Red+Green+Blue) = 20+171+146=337 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.93% from 337); Green value is 171 (67.19% from 255 or 50.74% from 337); Blue value is 146 (57.42% from 255 or 43.32% from 337); Max value from RGB is 171 - color contains mainly: green. Hex color #14AB92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14AB92 is #EB546D. Grayscale: #7A7A7A. Windows color (decimal): -15422574 or 9612052. OLE color: 9612052.

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

Color convert

RGB 20 171 146 -
CMYK 0.88 0 0.15 0.33
HSL 170.07º 0.79% 0.37% -
HSV(B) 170.07º 0.88% 0.67% -
XYZ 20.04 31.35 32.19 -
YUV 123 140.97 54.53 -
System Red Green Blue C M Y K H S L
Decimal 20 171 146 0.88 0 0.15 0.33 170.07 0.79 0.37
Hex 14 AB 92 58 0 F 21 AA 4F 25
Octal 24 253 222 130 0 17 41 252 117 45
Binary 10100 10101011 10010010 1011000 0 1111 100001 10101010 1001111 100101

Color Harmonies of #14AB92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AB92

Black with #14AB92

Text Example


Text Example

White with #14AB92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,171,146); }

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

background-color css

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

 a { background-color: rgb(20,171,146); }

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

border-color css

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

 span { border-color: rgb(20,171,146); }

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