Html Css Color HEX #14C878 Mountain Meadow

📋 copy color: '#14C878'

red 20 ◦ green 200 ◦ blue 120

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

Shades of Mountain Meadow #14C878

Tints of Mountain Meadow #14C878

RGB

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

 GREEN value IS 200 (78.52% from 255) = 58.82%

 BLUE value IS 120 (47.27% from 255) = 35.29%

R = 5.88%
G = 58.82%
B = 35.29%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.4

 K value IS 0.22

RGB Variations

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

Color information

#14C878 (or 0x14C878) is known color: Mountain Meadow. HEX triplet: 14, C8 and 78. RGB value is (20,200,120). Sum of RGB (Red+Green+Blue) = 20+200+120=340 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.88% from 340); Green value is 200 (78.52% from 255 or 58.82% from 340); Blue value is 120 (47.27% from 255 or 35.29% from 340); Max value from RGB is 200 - color contains mainly: green. Hex color #14C878 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C878 is #EB3787. Grayscale: #898989. Windows color (decimal): -15415176 or 7915540. OLE color: 7915540.

HSL color Cylindrical-coordinate representation of color #14C878: hue angle of 153.33º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C878 is Cyan = 0.9, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.22.

Color convert

RGB 20 200 120 -
CMYK 0.9 0 0.4 0.22
HSL 153.33º 0.82% 0.43% -
HSV(B) 153.33º 0.9% 0.78% -
XYZ 24.33 42.81 24.75 -
YUV 137.06 118.37 44.5 -
System Red Green Blue C M Y K H S L
Decimal 20 200 120 0.9 0 0.4 0.22 153.33 0.82 0.43
Hex 14 C8 78 5A 0 28 16 99 52 2B
Octal 24 310 170 132 0 50 26 231 122 53
Binary 10100 11001000 1111000 1011010 0 101000 10110 10011001 1010010 101011

Color Harmonies of #14C878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C878

Black with #14C878

Text Example


Text Example

White with #14C878

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,200,120); }

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

background-color css

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

 a { background-color: rgb(20,200,120); }

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

border-color css

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

 span { border-color: rgb(20,200,120); }

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