Html Css Color HEX #14A187 Mountain Meadow

📋 copy color: '#14A187'

red 20 ◦ green 161 ◦ blue 135

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

Shades of Mountain Meadow #14A187

Tints of Mountain Meadow #14A187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 42.72%

R = 6.33%
G = 50.95%
B = 42.72%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#14A187 (or 0x14A187) is known color: Mountain Meadow. HEX triplet: 14, A1 and 87. RGB value is (20,161,135). Sum of RGB (Red+Green+Blue) = 20+161+135=316 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.33% from 316); Green value is 161 (63.28% from 255 or 50.95% from 316); Blue value is 135 (53.12% from 255 or 42.72% from 316); Max value from RGB is 161 - color contains mainly: green. Hex color #14A187 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14A187 is #EB5E78. Grayscale: #737373. Windows color (decimal): -15425145 or 8888596. OLE color: 8888596.

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

Color convert

RGB 20 161 135 -
CMYK 0.88 0 0.16 0.37
HSL 168.94º 0.78% 0.35% -
HSV(B) 168.94º 0.88% 0.63% -
XYZ 17.41 27.39 27.29 -
YUV 115.88 138.79 59.61 -
System Red Green Blue C M Y K H S L
Decimal 20 161 135 0.88 0 0.16 0.37 168.94 0.78 0.35
Hex 14 A1 87 58 0 10 25 A9 4E 23
Octal 24 241 207 130 0 20 45 251 116 43
Binary 10100 10100001 10000111 1011000 0 10000 100101 10101001 1001110 100011

Color Harmonies of #14A187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A187

Black with #14A187

Text Example


Text Example

White with #14A187

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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