Html Css Color HEX #14A087 Mountain Meadow

📋 copy color: '#14A087'

red 20 ◦ green 160 ◦ blue 135

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

Shades of Mountain Meadow #14A087

Tints of Mountain Meadow #14A087

RGB

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

 GREEN value IS 160 (62.89% from 255) = 50.79%

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

R = 6.35%
G = 50.79%
B = 42.86%

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

#14A087 (or 0x14A087) is known color: Mountain Meadow. HEX triplet: 14, A0 and 87. RGB value is (20,160,135). Sum of RGB (Red+Green+Blue) = 20+160+135=315 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.35% from 315); Green value is 160 (62.89% from 255 or 50.79% from 315); Blue value is 135 (53.12% from 255 or 42.86% from 315); Max value from RGB is 160 - color contains mainly: green. Hex color #14A087 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14A087 is #EB5F78. Grayscale: #737373. Windows color (decimal): -15425401 or 8888340. OLE color: 8888340.

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

Color convert

RGB 20 160 135 -
CMYK 0.88 0 0.16 0.37
HSL 169.29º 0.78% 0.35% -
HSV(B) 169.29º 0.88% 0.63% -
XYZ 17.23 27.04 27.23 -
YUV 115.29 139.12 60.03 -
System Red Green Blue C M Y K H S L
Decimal 20 160 135 0.88 0 0.16 0.37 169.29 0.78 0.35
Hex 14 A0 87 58 0 10 25 A9 4E 23
Octal 24 240 207 130 0 20 45 251 116 43
Binary 10100 10100000 10000111 1011000 0 10000 100101 10101001 1001110 100011

Color Harmonies of #14A087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A087

Black with #14A087

Text Example


Text Example

White with #14A087

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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