Html Css Color HEX #14D17A Mountain Meadow

📋 copy color: '#14D17A'

red 20 ◦ green 209 ◦ blue 122

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

Shades of Mountain Meadow #14D17A

Tints of Mountain Meadow #14D17A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 59.54%

 BLUE value IS 122 (48.05% from 255) = 34.76%

R = 5.7%
G = 59.54%
B = 34.76%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#14D17A (or 0x14D17A) is known color: Mountain Meadow. HEX triplet: 14, D1 and 7A. RGB value is (20,209,122). Sum of RGB (Red+Green+Blue) = 20+209+122=351 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.70% from 351); Green value is 209 (82.03% from 255 or 59.54% from 351); Blue value is 122 (48.05% from 255 or 34.76% from 351); Max value from RGB is 209 - color contains mainly: green. Hex color #14D17A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D17A is #EB2E85. Grayscale: #8E8E8E. Windows color (decimal): -15412870 or 8048916. OLE color: 8048916.

HSL color Cylindrical-coordinate representation of color #14D17A: hue angle of 152.38º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14D17A is Cyan = 0.90, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 20 209 122 -
CMYK 0.90 0 0.42 0.18
HSL 152.38º 0.83% 0.45% -
HSV(B) 152.38º 0.9% 0.82% -
XYZ 26.6 47.15 26.11 -
YUV 142.57 116.38 40.57 -
System Red Green Blue C M Y K H S L
Decimal 20 209 122 0.90 0 0.42 0.18 152.38 0.83 0.45
Hex 14 D1 7A 5A 0 2A 12 98 53 2D
Octal 24 321 172 132 0 52 22 230 123 55
Binary 10100 11010001 1111010 1011010 0 101010 10010 10011000 1010011 101101

Color Harmonies of #14D17A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D17A

Black with #14D17A

Text Example


Text Example

White with #14D17A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,209,122); }

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

background-color css

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

 a { background-color: rgb(20,209,122); }

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

border-color css

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

 span { border-color: rgb(20,209,122); }

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