Html Css Color HEX #14AF91 Mountain Meadow

📋 copy color: '#14AF91'

red 20 ◦ green 175 ◦ blue 145

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

Shades of Mountain Meadow #14AF91

Tints of Mountain Meadow #14AF91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 42.65%

R = 5.88%
G = 51.47%
B = 42.65%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#14AF91 (or 0x14AF91) is known color: Mountain Meadow. HEX triplet: 14, AF and 91. RGB value is (20,175,145). Sum of RGB (Red+Green+Blue) = 20+175+145=340 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.88% from 340); Green value is 175 (68.75% from 255 or 51.47% from 340); Blue value is 145 (57.03% from 255 or 42.65% from 340); Max value from RGB is 175 - color contains mainly: green. Hex color #14AF91 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14AF91 is #EB506E. Grayscale: #7D7D7D. Windows color (decimal): -15421551 or 9547540. OLE color: 9547540.

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

Color convert

RGB 20 175 145 -
CMYK 0.89 0 0.17 0.31
HSL 168.39º 0.79% 0.38% -
HSV(B) 168.39º 0.89% 0.69% -
XYZ 20.73 32.85 32.04 -
YUV 125.24 139.15 52.94 -
System Red Green Blue C M Y K H S L
Decimal 20 175 145 0.89 0 0.17 0.31 168.39 0.79 0.38
Hex 14 AF 91 59 0 11 1F A8 4F 26
Octal 24 257 221 131 0 21 37 250 117 46
Binary 10100 10101111 10010001 1011001 0 10001 11111 10101000 1001111 100110

Color Harmonies of #14AF91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AF91

Black with #14AF91

Text Example


Text Example

White with #14AF91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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