Html Css Color HEX #14D67D Mountain Meadow

📋 copy color: '#14D67D'

red 20 ◦ green 214 ◦ blue 125

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

Shades of Mountain Meadow #14D67D

Tints of Mountain Meadow #14D67D

RGB

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

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

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

R = 5.57%
G = 59.61%
B = 34.82%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#14D67D (or 0x14D67D) is known color: Mountain Meadow. HEX triplet: 14, D6 and 7D. RGB value is (20,214,125). Sum of RGB (Red+Green+Blue) = 20+214+125=359 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.57% from 359); Green value is 214 (83.98% from 255 or 59.61% from 359); Blue value is 125 (49.22% from 255 or 34.82% from 359); Max value from RGB is 214 - color contains mainly: green. Hex color #14D67D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D67D is #EB2982. Grayscale: #929292. Windows color (decimal): -15411587 or 8246804. OLE color: 8246804.

HSL color Cylindrical-coordinate representation of color #14D67D: hue angle of 152.47º 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 #14D67D is Cyan = 0.91, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 20 214 125 -
CMYK 0.91 0 0.42 0.16
HSL 152.47º 0.83% 0.46% -
HSV(B) 152.47º 0.91% 0.84% -
XYZ 28.04 49.72 27.52 -
YUV 145.85 116.23 38.24 -
System Red Green Blue C M Y K H S L
Decimal 20 214 125 0.91 0 0.42 0.16 152.47 0.83 0.46
Hex 14 D6 7D 5B 0 2A 10 98 53 2E
Octal 24 326 175 133 0 52 20 230 123 56
Binary 10100 11010110 1111101 1011011 0 101010 10000 10011000 1010011 101110

Color Harmonies of #14D67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D67D

Black with #14D67D

Text Example


Text Example

White with #14D67D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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