Html Css Color HEX #14D07C Mountain Meadow

📋 copy color: '#14D07C'

red 20 ◦ green 208 ◦ blue 124

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

Shades of Mountain Meadow #14D07C

Tints of Mountain Meadow #14D07C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 59.09%

 BLUE value IS 124 (48.83% from 255) = 35.23%

R = 5.68%
G = 59.09%
B = 35.23%

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

#14D07C (or 0x14D07C) is known color: Mountain Meadow. HEX triplet: 14, D0 and 7C. RGB value is (20,208,124). Sum of RGB (Red+Green+Blue) = 20+208+124=352 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.68% from 352); Green value is 208 (81.64% from 255 or 59.09% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 208 - color contains mainly: green. Hex color #14D07C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D07C is #EB2F83. Grayscale: #8E8E8E. Windows color (decimal): -15413124 or 8179732. OLE color: 8179732.

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

Color convert

RGB 20 208 124 -
CMYK 0.90 0 0.40 0.18
HSL 153.19º 0.82% 0.45% -
HSV(B) 153.19º 0.9% 0.82% -
XYZ 26.48 46.72 26.69 -
YUV 142.21 117.72 40.83 -
System Red Green Blue C M Y K H S L
Decimal 20 208 124 0.90 0 0.40 0.18 153.19 0.82 0.45
Hex 14 D0 7C 5A 0 28 12 99 52 2D
Octal 24 320 174 132 0 50 22 231 122 55
Binary 10100 11010000 1111100 1011010 0 101000 10010 10011001 1010010 101101

Color Harmonies of #14D07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D07C

Black with #14D07C

Text Example


Text Example

White with #14D07C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,208,124); }

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

background-color css

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

 a { background-color: rgb(20,208,124); }

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

border-color css

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

 span { border-color: rgb(20,208,124); }

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