Html Css Color HEX #14C776 Mountain Meadow

📋 copy color: '#14C776'

red 20 ◦ green 199 ◦ blue 118

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

Shades of Mountain Meadow #14C776

Tints of Mountain Meadow #14C776

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 35.01%

R = 5.93%
G = 59.05%
B = 35.01%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#14C776 (or 0x14C776) is known color: Mountain Meadow. HEX triplet: 14, C7 and 76. RGB value is (20,199,118). Sum of RGB (Red+Green+Blue) = 20+199+118=337 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.93% from 337); Green value is 199 (78.12% from 255 or 59.05% from 337); Blue value is 118 (46.48% from 255 or 35.01% from 337); Max value from RGB is 199 - color contains mainly: green. Hex color #14C776 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C776 is #EB3889. Grayscale: #888888. Windows color (decimal): -15415434 or 7784212. OLE color: 7784212.

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

Color convert

RGB 20 199 118 -
CMYK 0.90 0 0.41 0.22
HSL 152.85º 0.82% 0.43% -
HSV(B) 152.85º 0.9% 0.78% -
XYZ 23.98 42.3 24.04 -
YUV 136.25 117.7 45.09 -
System Red Green Blue C M Y K H S L
Decimal 20 199 118 0.90 0 0.41 0.22 152.85 0.82 0.43
Hex 14 C7 76 5A 0 29 16 99 52 2B
Octal 24 307 166 132 0 51 26 231 122 53
Binary 10100 11000111 1110110 1011010 0 101001 10110 10011001 1010010 101011

Color Harmonies of #14C776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C776

Black with #14C776

Text Example


Text Example

White with #14C776

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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