Html Css Color HEX #14C68B Mountain Meadow

📋 copy color: '#14C68B'

red 20 ◦ green 198 ◦ blue 139

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

Shades of Mountain Meadow #14C68B

Tints of Mountain Meadow #14C68B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.94%

R = 5.6%
G = 55.46%
B = 38.94%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#14C68B (or 0x14C68B) is known color: Mountain Meadow. HEX triplet: 14, C6 and 8B. RGB value is (20,198,139). Sum of RGB (Red+Green+Blue) = 20+198+139=357 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.60% from 357); Green value is 198 (77.73% from 255 or 55.46% from 357); Blue value is 139 (54.69% from 255 or 38.94% from 357); Max value from RGB is 198 - color contains mainly: green. Hex color #14C68B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14C68B is #EB3974. Grayscale: #8A8A8A. Windows color (decimal): -15415669 or 9160212. OLE color: 9160212.

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

Color convert

RGB 20 198 139 -
CMYK 0.90 0 0.30 0.22
HSL 160.11º 0.82% 0.43% -
HSV(B) 160.11º 0.9% 0.78% -
XYZ 25.14 42.4 31.29 -
YUV 138.05 128.53 43.8 -
System Red Green Blue C M Y K H S L
Decimal 20 198 139 0.90 0 0.30 0.22 160.11 0.82 0.43
Hex 14 C6 8B 5A 0 1E 16 A0 52 2B
Octal 24 306 213 132 0 36 26 240 122 53
Binary 10100 11000110 10001011 1011010 0 11110 10110 10100000 1010010 101011

Color Harmonies of #14C68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C68B

Black with #14C68B

Text Example


Text Example

White with #14C68B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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