Html Css Color HEX #14CD80 Mountain Meadow

📋 copy color: '#14CD80'

red 20 ◦ green 205 ◦ blue 128

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

Shades of Mountain Meadow #14CD80

Tints of Mountain Meadow #14CD80

RGB

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

 GREEN value IS 205 (80.47% from 255) = 58.07%

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

R = 5.67%
G = 58.07%
B = 36.26%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#14CD80 (or 0x14CD80) is known color: Mountain Meadow. HEX triplet: 14, CD and 80. RGB value is (20,205,128). Sum of RGB (Red+Green+Blue) = 20+205+128=353 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.67% from 353); Green value is 205 (80.47% from 255 or 58.07% from 353); Blue value is 128 (50.39% from 255 or 36.26% from 353); Max value from RGB is 205 - color contains mainly: green. Hex color #14CD80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14CD80 is #EB327F. Grayscale: #8D8D8D. Windows color (decimal): -15413888 or 8441108. OLE color: 8441108.

HSL color Cylindrical-coordinate representation of color #14CD80: hue angle of 155.03º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CD80 is Cyan = 0.90, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB 20 205 128 -
CMYK 0.90 0 0.38 0.20
HSL 155.03º 0.82% 0.44% -
HSV(B) 155.03º 0.9% 0.8% -
XYZ 26.02 45.37 27.81 -
YUV 140.91 120.71 41.76 -
System Red Green Blue C M Y K H S L
Decimal 20 205 128 0.90 0 0.38 0.20 155.03 0.82 0.44
Hex 14 CD 80 5A 0 26 14 9B 52 2C
Octal 24 315 200 132 0 46 24 233 122 54
Binary 10100 11001101 10000000 1011010 0 100110 10100 10011011 1010010 101100

Color Harmonies of #14CD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CD80

Black with #14CD80

Text Example


Text Example

White with #14CD80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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