Html Css Color HEX #14AF83 Mountain Meadow

📋 copy color: '#14AF83'

red 20 ◦ green 175 ◦ blue 131

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

Shades of Mountain Meadow #14AF83

Tints of Mountain Meadow #14AF83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 40.18%

R = 6.13%
G = 53.68%
B = 40.18%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#14AF83 (or 0x14AF83) is known color: Mountain Meadow. HEX triplet: 14, AF and 83. RGB value is (20,175,131). Sum of RGB (Red+Green+Blue) = 20+175+131=326 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.13% from 326); Green value is 175 (68.75% from 255 or 53.68% from 326); Blue value is 131 (51.56% from 255 or 40.18% from 326); Max value from RGB is 175 - color contains mainly: green. Hex color #14AF83 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14AF83 is #EB507C. Grayscale: #7B7B7B. Windows color (decimal): -15421565 or 8630036. OLE color: 8630036.

HSL color Cylindrical-coordinate representation of color #14AF83: hue angle of 162.97º 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 #14AF83 is Cyan = 0.89, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB 20 175 131 -
CMYK 0.89 0 0.25 0.31
HSL 162.97º 0.79% 0.38% -
HSV(B) 162.97º 0.89% 0.69% -
XYZ 19.72 32.45 26.7 -
YUV 123.64 132.15 54.08 -
System Red Green Blue C M Y K H S L
Decimal 20 175 131 0.89 0 0.25 0.31 162.97 0.79 0.38
Hex 14 AF 83 59 0 19 1F A3 4F 26
Octal 24 257 203 131 0 31 37 243 117 46
Binary 10100 10101111 10000011 1011001 0 11001 11111 10100011 1001111 100110

Color Harmonies of #14AF83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AF83

Black with #14AF83

Text Example


Text Example

White with #14AF83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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