Html Css Color HEX #14D67B Mountain Meadow

📋 copy color: '#14D67B'

red 20 ◦ green 214 ◦ blue 123

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

Shades of Mountain Meadow #14D67B

Tints of Mountain Meadow #14D67B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 59.94%

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

R = 5.6%
G = 59.94%
B = 34.45%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#14D67B (or 0x14D67B) is known color: Mountain Meadow. HEX triplet: 14, D6 and 7B. RGB value is (20,214,123). Sum of RGB (Red+Green+Blue) = 20+214+123=357 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.60% from 357); Green value is 214 (83.98% from 255 or 59.94% from 357); Blue value is 123 (48.44% from 255 or 34.45% from 357); Max value from RGB is 214 - color contains mainly: green. Hex color #14D67B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D67B is #EB2984. Grayscale: #919191. Windows color (decimal): -15411589 or 8115732. OLE color: 8115732.

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

Color convert

RGB 20 214 123 -
CMYK 0.91 0 0.43 0.16
HSL 151.86º 0.83% 0.46% -
HSV(B) 151.86º 0.91% 0.84% -
XYZ 27.91 49.67 26.86 -
YUV 145.62 115.23 38.4 -
System Red Green Blue C M Y K H S L
Decimal 20 214 123 0.91 0 0.43 0.16 151.86 0.83 0.46
Hex 14 D6 7B 5B 0 2B 10 98 53 2E
Octal 24 326 173 133 0 53 20 230 123 56
Binary 10100 11010110 1111011 1011011 0 101011 10000 10011000 1010011 101110

Color Harmonies of #14D67B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D67B

Black with #14D67B

Text Example


Text Example

White with #14D67B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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