Html Css Color HEX #14C27F Mountain Meadow

📋 copy color: '#14C27F'

red 20 ◦ green 194 ◦ blue 127

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

Shades of Mountain Meadow #14C27F

Tints of Mountain Meadow #14C27F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.24%

R = 5.87%
G = 56.89%
B = 37.24%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#14C27F (or 0x14C27F) is known color: Mountain Meadow. HEX triplet: 14, C2 and 7F. RGB value is (20,194,127). Sum of RGB (Red+Green+Blue) = 20+194+127=341 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.87% from 341); Green value is 194 (76.17% from 255 or 56.89% from 341); Blue value is 127 (50% from 255 or 37.24% from 341); Max value from RGB is 194 - color contains mainly: green. Hex color #14C27F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C27F is #EB3D80. Grayscale: #868686. Windows color (decimal): -15416705 or 8372756. OLE color: 8372756.

HSL color Cylindrical-coordinate representation of color #14C27F: hue angle of 156.9º 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 #14C27F is Cyan = 0.90, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 20 194 127 -
CMYK 0.90 0 0.35 0.24
HSL 156.9º 0.81% 0.42% -
HSV(B) 156.9º 0.9% 0.76% -
XYZ 23.41 40.26 26.62 -
YUV 134.34 123.85 46.45 -
System Red Green Blue C M Y K H S L
Decimal 20 194 127 0.90 0 0.35 0.24 156.9 0.81 0.42
Hex 14 C2 7F 5A 0 23 18 9D 51 2A
Octal 24 302 177 132 0 43 30 235 121 52
Binary 10100 11000010 1111111 1011010 0 100011 11000 10011101 1010001 101010

Color Harmonies of #14C27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C27F

Black with #14C27F

Text Example


Text Example

White with #14C27F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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