Html Css Color HEX #14D67F Mountain Meadow

📋 copy color: '#14D67F'

red 20 ◦ green 214 ◦ blue 127

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

Shades of Mountain Meadow #14D67F

Tints of Mountain Meadow #14D67F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 59.28%

 BLUE value IS 127 (50% from 255) = 35.18%

R = 5.54%
G = 59.28%
B = 35.18%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#14D67F (or 0x14D67F) is known color: Mountain Meadow. HEX triplet: 14, D6 and 7F. RGB value is (20,214,127). Sum of RGB (Red+Green+Blue) = 20+214+127=361 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.54% from 361); Green value is 214 (83.98% from 255 or 59.28% from 361); Blue value is 127 (50% from 255 or 35.18% from 361); Max value from RGB is 214 - color contains mainly: green. Hex color #14D67F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D67F is #EB2980. Grayscale: #929292. Windows color (decimal): -15411585 or 8377876. OLE color: 8377876.

HSL color Cylindrical-coordinate representation of color #14D67F: hue angle of 153.09º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D67F is Cyan = 0.91, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 20 214 127 -
CMYK 0.91 0 0.41 0.16
HSL 153.09º 0.83% 0.46% -
HSV(B) 153.09º 0.91% 0.84% -
XYZ 28.17 49.77 28.2 -
YUV 146.08 117.23 38.07 -
System Red Green Blue C M Y K H S L
Decimal 20 214 127 0.91 0 0.41 0.16 153.09 0.83 0.46
Hex 14 D6 7F 5B 0 29 10 99 53 2E
Octal 24 326 177 133 0 51 20 231 123 56
Binary 10100 11010110 1111111 1011011 0 101001 10000 10011001 1010011 101110

Color Harmonies of #14D67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D67F

Black with #14D67F

Text Example


Text Example

White with #14D67F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,214,127); }

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

background-color css

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

 a { background-color: rgb(20,214,127); }

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

border-color css

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

 span { border-color: rgb(20,214,127); }

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