Html Css Color HEX #14BE73 Mountain Meadow

📋 copy color: '#14BE73'

red 20 ◦ green 190 ◦ blue 115

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

Shades of Mountain Meadow #14BE73

Tints of Mountain Meadow #14BE73

RGB

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

 GREEN value IS 190 (74.61% from 255) = 58.46%

 BLUE value IS 115 (45.31% from 255) = 35.38%

R = 6.15%
G = 58.46%
B = 35.38%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#14BE73 (or 0x14BE73) is known color: Mountain Meadow. HEX triplet: 14, BE and 73. RGB value is (20,190,115). Sum of RGB (Red+Green+Blue) = 20+190+115=325 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.15% from 325); Green value is 190 (74.61% from 255 or 58.46% from 325); Blue value is 115 (45.31% from 255 or 35.38% from 325); Max value from RGB is 190 - color contains mainly: green. Hex color #14BE73 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14BE73 is #EB418C. Grayscale: #828282. Windows color (decimal): -15417741 or 7585300. OLE color: 7585300.

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

Color convert

RGB 20 190 115 -
CMYK 0.89 0 0.39 0.25
HSL 153.53º 0.81% 0.41% -
HSV(B) 153.53º 0.89% 0.75% -
XYZ 21.8 38.21 22.45 -
YUV 130.62 119.18 49.1 -
System Red Green Blue C M Y K H S L
Decimal 20 190 115 0.89 0 0.39 0.25 153.53 0.81 0.41
Hex 14 BE 73 59 0 27 19 9A 51 29
Octal 24 276 163 131 0 47 31 232 121 51
Binary 10100 10111110 1110011 1011001 0 100111 11001 10011010 1010001 101001

Color Harmonies of #14BE73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BE73

Black with #14BE73

Text Example


Text Example

White with #14BE73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,190,115); }

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

background-color css

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

 a { background-color: rgb(20,190,115); }

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

border-color css

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

 span { border-color: rgb(20,190,115); }

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