Html Css Color HEX #14C280 Mountain Meadow

📋 copy color: '#14C280'

red 20 ◦ green 194 ◦ blue 128

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

Shades of Mountain Meadow #14C280

Tints of Mountain Meadow #14C280

RGB

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

 GREEN value IS 194 (76.17% from 255) = 56.73%

 BLUE value IS 128 (50.39% from 255) = 37.43%

R = 5.85%
G = 56.73%
B = 37.43%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#14C280 (or 0x14C280) is known color: Mountain Meadow. HEX triplet: 14, C2 and 80. RGB value is (20,194,128). Sum of RGB (Red+Green+Blue) = 20+194+128=342 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.85% from 342); Green value is 194 (76.17% from 255 or 56.73% from 342); Blue value is 128 (50.39% from 255 or 37.43% from 342); Max value from RGB is 194 - color contains mainly: green. Hex color #14C280 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14C280 is #EB3D7F. Grayscale: #868686. Windows color (decimal): -15416704 or 8438292. OLE color: 8438292.

HSL color Cylindrical-coordinate representation of color #14C280: hue angle of 157.24º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C280 is Cyan = 0.90, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 20 194 128 -
CMYK 0.90 0 0.34 0.24
HSL 157.24º 0.81% 0.42% -
HSV(B) 157.24º 0.9% 0.76% -
XYZ 23.48 40.29 26.96 -
YUV 134.45 124.35 46.37 -
System Red Green Blue C M Y K H S L
Decimal 20 194 128 0.90 0 0.34 0.24 157.24 0.81 0.42
Hex 14 C2 80 5A 0 22 18 9D 51 2A
Octal 24 302 200 132 0 42 30 235 121 52
Binary 10100 11000010 10000000 1011010 0 100010 11000 10011101 1010001 101010

Color Harmonies of #14C280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C280

Black with #14C280

Text Example


Text Example

White with #14C280

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,194,128); }

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

background-color css

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

 a { background-color: rgb(20,194,128); }

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

border-color css

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

 span { border-color: rgb(20,194,128); }

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