Html Css Color HEX #14D17D Mountain Meadow

📋 copy color: '#14D17D'

red 20 ◦ green 209 ◦ blue 125

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

Shades of Mountain Meadow #14D17D

Tints of Mountain Meadow #14D17D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.31%

R = 5.65%
G = 59.04%
B = 35.31%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#14D17D (or 0x14D17D) is known color: Mountain Meadow. HEX triplet: 14, D1 and 7D. RGB value is (20,209,125). Sum of RGB (Red+Green+Blue) = 20+209+125=354 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.65% from 354); Green value is 209 (82.03% from 255 or 59.04% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 209 - color contains mainly: green. Hex color #14D17D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D17D is #EB2E82. Grayscale: #8F8F8F. Windows color (decimal): -15412867 or 8245524. OLE color: 8245524.

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

Color convert

RGB 20 209 125 -
CMYK 0.90 0 0.40 0.18
HSL 153.33º 0.83% 0.45% -
HSV(B) 153.33º 0.9% 0.82% -
XYZ 26.79 47.23 27.11 -
YUV 142.91 117.88 40.33 -
System Red Green Blue C M Y K H S L
Decimal 20 209 125 0.90 0 0.40 0.18 153.33 0.83 0.45
Hex 14 D1 7D 5A 0 28 12 99 53 2D
Octal 24 321 175 132 0 50 22 231 123 55
Binary 10100 11010001 1111101 1011010 0 101000 10010 10011001 1010011 101101

Color Harmonies of #14D17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D17D

Black with #14D17D

Text Example


Text Example

White with #14D17D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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