Html Css Color HEX #14A982 Mountain Meadow

📋 copy color: '#14A982'

red 20 ◦ green 169 ◦ blue 130

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

Shades of Mountain Meadow #14A982

Tints of Mountain Meadow #14A982

RGB

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

 GREEN value IS 169 (66.41% from 255) = 52.98%

 BLUE value IS 130 (51.17% from 255) = 40.75%

R = 6.27%
G = 52.98%
B = 40.75%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.23

 K value IS 0.34

RGB Variations

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

Color information

#14A982 (or 0x14A982) is known color: Mountain Meadow. HEX triplet: 14, A9 and 82. RGB value is (20,169,130). Sum of RGB (Red+Green+Blue) = 20+169+130=319 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.27% from 319); Green value is 169 (66.41% from 255 or 52.98% from 319); Blue value is 130 (51.17% from 255 or 40.75% from 319); Max value from RGB is 169 - color contains mainly: green. Hex color #14A982 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14A982 is #EB567D. Grayscale: #787878. Windows color (decimal): -15423102 or 8562964. OLE color: 8562964.

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

Color convert

RGB 20 169 130 -
CMYK 0.88 0 0.23 0.34
HSL 164.3º 0.79% 0.37% -
HSV(B) 164.3º 0.88% 0.66% -
XYZ 18.51 30.14 25.96 -
YUV 120 133.64 56.67 -
System Red Green Blue C M Y K H S L
Decimal 20 169 130 0.88 0 0.23 0.34 164.3 0.79 0.37
Hex 14 A9 82 58 0 17 22 A4 4F 25
Octal 24 251 202 130 0 27 42 244 117 45
Binary 10100 10101001 10000010 1011000 0 10111 100010 10100100 1001111 100101

Color Harmonies of #14A982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A982

Black with #14A982

Text Example


Text Example

White with #14A982

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,169,130); }

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

background-color css

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

 a { background-color: rgb(20,169,130); }

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

border-color css

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

 span { border-color: rgb(20,169,130); }

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