Html Css Color HEX #14D97B Mountain Meadow

📋 copy color: '#14D97B'

red 20 ◦ green 217 ◦ blue 123

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

Shades of Mountain Meadow #14D97B

Tints of Mountain Meadow #14D97B

RGB

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

 GREEN value IS 217 (85.16% from 255) = 60.28%

 BLUE value IS 123 (48.44% from 255) = 34.17%

R = 5.56%
G = 60.28%
B = 34.17%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#14D97B (or 0x14D97B) is known color: Mountain Meadow. HEX triplet: 14, D9 and 7B. RGB value is (20,217,123). Sum of RGB (Red+Green+Blue) = 20+217+123=360 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.56% from 360); Green value is 217 (85.16% from 255 or 60.28% from 360); Blue value is 123 (48.44% from 255 or 34.17% from 360); Max value from RGB is 217 - color contains mainly: green. Hex color #14D97B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D97B is #EB2684. Grayscale: #939393. Windows color (decimal): -15410821 or 8116500. OLE color: 8116500.

HSL color Cylindrical-coordinate representation of color #14D97B: hue angle of 151.37º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D97B is Cyan = 0.91, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 20 217 123 -
CMYK 0.91 0 0.43 0.15
HSL 151.37º 0.83% 0.46% -
HSV(B) 151.37º 0.91% 0.85% -
XYZ 28.68 51.2 27.11 -
YUV 147.38 114.23 37.14 -
System Red Green Blue C M Y K H S L
Decimal 20 217 123 0.91 0 0.43 0.15 151.37 0.83 0.46
Hex 14 D9 7B 5B 0 2B F 97 53 2E
Octal 24 331 173 133 0 53 17 227 123 56
Binary 10100 11011001 1111011 1011011 0 101011 1111 10010111 1010011 101110

Color Harmonies of #14D97B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D97B

Black with #14D97B

Text Example


Text Example

White with #14D97B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,217,123); }

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

background-color css

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

 a { background-color: rgb(20,217,123); }

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

border-color css

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

 span { border-color: rgb(20,217,123); }

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