Html Css Color HEX #14AF82 Mountain Meadow

📋 copy color: '#14AF82'

red 20 ◦ green 175 ◦ blue 130

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

Shades of Mountain Meadow #14AF82

Tints of Mountain Meadow #14AF82

RGB

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

 GREEN value IS 175 (68.75% from 255) = 53.85%

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

R = 6.15%
G = 53.85%
B = 40%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#14AF82 (or 0x14AF82) is known color: Mountain Meadow. HEX triplet: 14, AF and 82. RGB value is (20,175,130). Sum of RGB (Red+Green+Blue) = 20+175+130=325 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.15% from 325); Green value is 175 (68.75% from 255 or 53.85% from 325); Blue value is 130 (51.17% from 255 or 40% from 325); Max value from RGB is 175 - color contains mainly: green. Hex color #14AF82 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14AF82 is #EB507D. Grayscale: #7B7B7B. Windows color (decimal): -15421566 or 8564500. OLE color: 8564500.

HSL color Cylindrical-coordinate representation of color #14AF82: hue angle of 162.58º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14AF82 is Cyan = 0.89, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB 20 175 130 -
CMYK 0.89 0 0.26 0.31
HSL 162.58º 0.79% 0.38% -
HSV(B) 162.58º 0.89% 0.69% -
XYZ 19.65 32.42 26.34 -
YUV 123.53 131.65 54.16 -
System Red Green Blue C M Y K H S L
Decimal 20 175 130 0.89 0 0.26 0.31 162.58 0.79 0.38
Hex 14 AF 82 59 0 1A 1F A3 4F 26
Octal 24 257 202 131 0 32 37 243 117 46
Binary 10100 10101111 10000010 1011001 0 11010 11111 10100011 1001111 100110

Color Harmonies of #14AF82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AF82

Black with #14AF82

Text Example


Text Example

White with #14AF82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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