Html Css Color HEX #14BF8F Mountain Meadow

📋 copy color: '#14BF8F'

red 20 ◦ green 191 ◦ blue 143

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

Shades of Mountain Meadow #14BF8F

Tints of Mountain Meadow #14BF8F

RGB

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

 GREEN value IS 191 (75% from 255) = 53.95%

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

R = 5.65%
G = 53.95%
B = 40.4%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#14BF8F (or 0x14BF8F) is known color: Mountain Meadow. HEX triplet: 14, BF and 8F. RGB value is (20,191,143). Sum of RGB (Red+Green+Blue) = 20+191+143=354 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.65% from 354); Green value is 191 (75% from 255 or 53.95% from 354); Blue value is 143 (56.25% from 255 or 40.40% from 354); Max value from RGB is 191 - color contains mainly: green. Hex color #14BF8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14BF8F is #EB4070. Grayscale: #868686. Windows color (decimal): -15417457 or 9420564. OLE color: 9420564.

HSL color Cylindrical-coordinate representation of color #14BF8F: hue angle of 163.16º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14BF8F is Cyan = 0.90, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB 20 191 143 -
CMYK 0.90 0 0.25 0.25
HSL 163.16º 0.81% 0.41% -
HSV(B) 163.16º 0.9% 0.75% -
XYZ 23.88 39.39 32.33 -
YUV 134.4 132.85 46.4 -
System Red Green Blue C M Y K H S L
Decimal 20 191 143 0.90 0 0.25 0.25 163.16 0.81 0.41
Hex 14 BF 8F 5A 0 19 19 A3 51 29
Octal 24 277 217 132 0 31 31 243 121 51
Binary 10100 10111111 10001111 1011010 0 11001 11001 10100011 1010001 101001

Color Harmonies of #14BF8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BF8F

Black with #14BF8F

Text Example


Text Example

White with #14BF8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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