Html Css Color HEX #14C76D Mountain Meadow

📋 copy color: '#14C76D'

red 20 ◦ green 199 ◦ blue 109

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

Shades of Mountain Meadow #14C76D

Tints of Mountain Meadow #14C76D

RGB

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

 GREEN value IS 199 (78.13% from 255) = 60.67%

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

R = 6.1%
G = 60.67%
B = 33.23%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#14C76D (or 0x14C76D) is known color: Mountain Meadow. HEX triplet: 14, C7 and 6D. RGB value is (20,199,109). Sum of RGB (Red+Green+Blue) = 20+199+109=328 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.10% from 328); Green value is 199 (78.12% from 255 or 60.67% from 328); Blue value is 109 (42.97% from 255 or 33.23% from 328); Max value from RGB is 199 - color contains mainly: green. Hex color #14C76D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C76D is #EB3892. Grayscale: #878787. Windows color (decimal): -15415443 or 7194388. OLE color: 7194388.

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

Color convert

RGB 20 199 109 -
CMYK 0.90 0 0.45 0.22
HSL 149.83º 0.82% 0.43% -
HSV(B) 149.83º 0.9% 0.78% -
XYZ 23.47 42.1 21.36 -
YUV 135.22 113.2 45.82 -
System Red Green Blue C M Y K H S L
Decimal 20 199 109 0.90 0 0.45 0.22 149.83 0.82 0.43
Hex 14 C7 6D 5A 0 2D 16 96 52 2B
Octal 24 307 155 132 0 55 26 226 122 53
Binary 10100 11000111 1101101 1011010 0 101101 10110 10010110 1010010 101011

Color Harmonies of #14C76D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C76D

Black with #14C76D

Text Example


Text Example

White with #14C76D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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