Html Css Color HEX #14A184 Mountain Meadow

📋 copy color: '#14A184'

red 20 ◦ green 161 ◦ blue 132

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

Shades of Mountain Meadow #14A184

Tints of Mountain Meadow #14A184

RGB

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

 GREEN value IS 161 (63.28% from 255) = 51.44%

 BLUE value IS 132 (51.95% from 255) = 42.17%

R = 6.39%
G = 51.44%
B = 42.17%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.18

 K value IS 0.37

RGB Variations

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

Color information

#14A184 (or 0x14A184) is known color: Mountain Meadow. HEX triplet: 14, A1 and 84. RGB value is (20,161,132). Sum of RGB (Red+Green+Blue) = 20+161+132=313 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.39% from 313); Green value is 161 (63.28% from 255 or 51.44% from 313); Blue value is 132 (51.95% from 255 or 42.17% from 313); Max value from RGB is 161 - color contains mainly: green. Hex color #14A184 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14A184 is #EB5E7B. Grayscale: #737373. Windows color (decimal): -15425148 or 8691988. OLE color: 8691988.

HSL color Cylindrical-coordinate representation of color #14A184: hue angle of 167.66º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A184 is Cyan = 0.88, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.37.

Color convert

RGB 20 161 132 -
CMYK 0.88 0 0.18 0.37
HSL 167.66º 0.78% 0.35% -
HSV(B) 167.66º 0.88% 0.63% -
XYZ 17.2 27.3 26.19 -
YUV 115.54 137.29 59.86 -
System Red Green Blue C M Y K H S L
Decimal 20 161 132 0.88 0 0.18 0.37 167.66 0.78 0.35
Hex 14 A1 84 58 0 12 25 A8 4E 23
Octal 24 241 204 130 0 22 45 250 116 43
Binary 10100 10100001 10000100 1011000 0 10010 100101 10101000 1001110 100011

Color Harmonies of #14A184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A184

Black with #14A184

Text Example


Text Example

White with #14A184

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,161,132); }

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

background-color css

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

 a { background-color: rgb(20,161,132); }

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

border-color css

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

 span { border-color: rgb(20,161,132); }

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