Html Css Color HEX #14D87B Mountain Meadow

📋 copy color: '#14D87B'

red 20 ◦ green 216 ◦ blue 123

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

Shades of Mountain Meadow #14D87B

Tints of Mountain Meadow #14D87B

RGB

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

 GREEN value IS 216 (84.77% from 255) = 60.17%

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

R = 5.57%
G = 60.17%
B = 34.26%

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

#14D87B (or 0x14D87B) is known color: Mountain Meadow. HEX triplet: 14, D8 and 7B. RGB value is (20,216,123). Sum of RGB (Red+Green+Blue) = 20+216+123=359 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.57% from 359); Green value is 216 (84.77% from 255 or 60.17% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 216 - color contains mainly: green. Hex color #14D87B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D87B is #EB2784. Grayscale: #929292. Windows color (decimal): -15411077 or 8116244. OLE color: 8116244.

HSL color Cylindrical-coordinate representation of color #14D87B: hue angle of 151.53º 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 #14D87B is Cyan = 0.91, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 20 216 123 -
CMYK 0.91 0 0.43 0.15
HSL 151.53º 0.83% 0.46% -
HSV(B) 151.53º 0.91% 0.85% -
XYZ 28.42 50.69 27.03 -
YUV 146.79 114.57 37.56 -
System Red Green Blue C M Y K H S L
Decimal 20 216 123 0.91 0 0.43 0.15 151.53 0.83 0.46
Hex 14 D8 7B 5B 0 2B F 98 53 2E
Octal 24 330 173 133 0 53 17 230 123 56
Binary 10100 11011000 1111011 1011011 0 101011 1111 10011000 1010011 101110

Color Harmonies of #14D87B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D87B

Black with #14D87B

Text Example


Text Example

White with #14D87B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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