Html Css Color HEX #14AF90 Mountain Meadow

📋 copy color: '#14AF90'

red 20 ◦ green 175 ◦ blue 144

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

Shades of Mountain Meadow #14AF90

Tints of Mountain Meadow #14AF90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 42.48%

R = 5.9%
G = 51.62%
B = 42.48%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#14AF90 (or 0x14AF90) is known color: Mountain Meadow. HEX triplet: 14, AF and 90. RGB value is (20,175,144). Sum of RGB (Red+Green+Blue) = 20+175+144=339 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.90% from 339); Green value is 175 (68.75% from 255 or 51.62% from 339); Blue value is 144 (56.64% from 255 or 42.48% from 339); Max value from RGB is 175 - color contains mainly: green. Hex color #14AF90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14AF90 is #EB506F. Grayscale: #7D7D7D. Windows color (decimal): -15421552 or 9482004. OLE color: 9482004.

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

Color convert

RGB 20 175 144 -
CMYK 0.89 0 0.18 0.31
HSL 168º 0.79% 0.38% -
HSV(B) 168º 0.89% 0.69% -
XYZ 20.65 32.82 31.63 -
YUV 125.12 138.65 53.02 -
System Red Green Blue C M Y K H S L
Decimal 20 175 144 0.89 0 0.18 0.31 168 0.79 0.38
Hex 14 AF 90 59 0 12 1F A8 4F 26
Octal 24 257 220 131 0 22 37 250 117 46
Binary 10100 10101111 10010000 1011001 0 10010 11111 10101000 1001111 100110

Color Harmonies of #14AF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AF90

Black with #14AF90

Text Example


Text Example

White with #14AF90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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