Html Css Color HEX #14A587 Mountain Meadow

📋 copy color: '#14A587'

red 20 ◦ green 165 ◦ blue 135

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

Shades of Mountain Meadow #14A587

Tints of Mountain Meadow #14A587

RGB

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

 GREEN value IS 165 (64.84% from 255) = 51.56%

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

R = 6.25%
G = 51.56%
B = 42.19%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.18

 K value IS 0.35

RGB Variations

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

Color information

#14A587 (or 0x14A587) is known color: Mountain Meadow. HEX triplet: 14, A5 and 87. RGB value is (20,165,135). Sum of RGB (Red+Green+Blue) = 20+165+135=320 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.25% from 320); Green value is 165 (64.84% from 255 or 51.56% from 320); Blue value is 135 (53.12% from 255 or 42.19% from 320); Max value from RGB is 165 - color contains mainly: green. Hex color #14A587 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14A587 is #EB5A78. Grayscale: #767676. Windows color (decimal): -15424121 or 8889620. OLE color: 8889620.

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

Color convert

RGB 20 165 135 -
CMYK 0.88 0 0.18 0.35
HSL 167.59º 0.78% 0.36% -
HSV(B) 167.59º 0.88% 0.65% -
XYZ 18.12 28.81 27.53 -
YUV 118.23 137.46 57.94 -
System Red Green Blue C M Y K H S L
Decimal 20 165 135 0.88 0 0.18 0.35 167.59 0.78 0.36
Hex 14 A5 87 58 0 12 23 A8 4E 24
Octal 24 245 207 130 0 22 43 250 116 44
Binary 10100 10100101 10000111 1011000 0 10010 100011 10101000 1001110 100100

Color Harmonies of #14A587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A587

Black with #14A587

Text Example


Text Example

White with #14A587

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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