Html Css Color HEX #14C56D Mountain Meadow

📋 copy color: '#14C56D'

red 20 ◦ green 197 ◦ blue 109

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

Shades of Mountain Meadow #14C56D

Tints of Mountain Meadow #14C56D

RGB

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

 GREEN value IS 197 (77.34% from 255) = 60.43%

 BLUE value IS 109 (42.97% from 255) = 33.44%

R = 6.13%
G = 60.43%
B = 33.44%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#14C56D (or 0x14C56D) is known color: Mountain Meadow. HEX triplet: 14, C5 and 6D. RGB value is (20,197,109). Sum of RGB (Red+Green+Blue) = 20+197+109=326 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.13% from 326); Green value is 197 (77.34% from 255 or 60.43% from 326); Blue value is 109 (42.97% from 255 or 33.44% from 326); Max value from RGB is 197 - color contains mainly: green. Hex color #14C56D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C56D is #EB3A92. Grayscale: #868686. Windows color (decimal): -15415955 or 7193876. OLE color: 7193876.

HSL color Cylindrical-coordinate representation of color #14C56D: hue angle of 150.17º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C56D is Cyan = 0.90, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB 20 197 109 -
CMYK 0.90 0 0.45 0.23
HSL 150.17º 0.82% 0.43% -
HSV(B) 150.17º 0.9% 0.77% -
XYZ 23.02 41.19 21.2 -
YUV 134.05 113.86 46.66 -
System Red Green Blue C M Y K H S L
Decimal 20 197 109 0.90 0 0.45 0.23 150.17 0.82 0.43
Hex 14 C5 6D 5A 0 2D 17 96 52 2B
Octal 24 305 155 132 0 55 27 226 122 53
Binary 10100 11000101 1101101 1011010 0 101101 10111 10010110 1010010 101011

Color Harmonies of #14C56D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C56D

Black with #14C56D

Text Example


Text Example

White with #14C56D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,197,109); }

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

background-color css

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

 a { background-color: rgb(20,197,109); }

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

border-color css

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

 span { border-color: rgb(20,197,109); }

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