Html Css Color HEX #14AE90 Mountain Meadow

📋 copy color: '#14AE90'

red 20 ◦ green 174 ◦ blue 144

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

Shades of Mountain Meadow #14AE90

Tints of Mountain Meadow #14AE90

RGB

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

 GREEN value IS 174 (68.36% from 255) = 51.48%

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

R = 5.92%
G = 51.48%
B = 42.6%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#14AE90 (or 0x14AE90) is known color: Mountain Meadow. HEX triplet: 14, AE and 90. RGB value is (20,174,144). Sum of RGB (Red+Green+Blue) = 20+174+144=338 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.92% from 338); Green value is 174 (68.36% from 255 or 51.48% from 338); Blue value is 144 (56.64% from 255 or 42.60% from 338); Max value from RGB is 174 - color contains mainly: green. Hex color #14AE90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14AE90 is #EB516F. Grayscale: #7C7C7C. Windows color (decimal): -15421808 or 9481748. OLE color: 9481748.

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

Color convert

RGB 20 174 144 -
CMYK 0.89 0 0.17 0.32
HSL 168.31º 0.79% 0.38% -
HSV(B) 168.31º 0.89% 0.68% -
XYZ 20.46 32.43 31.57 -
YUV 124.53 138.98 53.44 -
System Red Green Blue C M Y K H S L
Decimal 20 174 144 0.89 0 0.17 0.32 168.31 0.79 0.38
Hex 14 AE 90 59 0 11 20 A8 4F 26
Octal 24 256 220 131 0 21 40 250 117 46
Binary 10100 10101110 10010000 1011001 0 10001 100000 10101000 1001111 100110

Color Harmonies of #14AE90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AE90

Black with #14AE90

Text Example


Text Example

White with #14AE90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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