Html Css Color HEX #14C68F Mountain Meadow

📋 copy color: '#14C68F'

red 20 ◦ green 198 ◦ blue 143

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

Shades of Mountain Meadow #14C68F

Tints of Mountain Meadow #14C68F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 54.85%

 BLUE value IS 143 (56.25% from 255) = 39.61%

R = 5.54%
G = 54.85%
B = 39.61%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#14C68F (or 0x14C68F) is known color: Mountain Meadow. HEX triplet: 14, C6 and 8F. RGB value is (20,198,143). Sum of RGB (Red+Green+Blue) = 20+198+143=361 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.54% from 361); Green value is 198 (77.73% from 255 or 54.85% from 361); Blue value is 143 (56.25% from 255 or 39.61% from 361); Max value from RGB is 198 - color contains mainly: green. Hex color #14C68F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14C68F is #EB3970. Grayscale: #8A8A8A. Windows color (decimal): -15415665 or 9422356. OLE color: 9422356.

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

Color convert

RGB 20 198 143 -
CMYK 0.90 0 0.28 0.22
HSL 161.46º 0.82% 0.43% -
HSV(B) 161.46º 0.9% 0.78% -
XYZ 25.44 42.52 32.85 -
YUV 138.51 130.53 43.47 -
System Red Green Blue C M Y K H S L
Decimal 20 198 143 0.90 0 0.28 0.22 161.46 0.82 0.43
Hex 14 C6 8F 5A 0 1C 16 A1 52 2B
Octal 24 306 217 132 0 34 26 241 122 53
Binary 10100 11000110 10001111 1011010 0 11100 10110 10100001 1010010 101011

Color Harmonies of #14C68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C68F

Black with #14C68F

Text Example


Text Example

White with #14C68F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,198,143); }

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

background-color css

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

 a { background-color: rgb(20,198,143); }

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

border-color css

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

 span { border-color: rgb(20,198,143); }

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