Html Css Color HEX #14BE6D Mountain Meadow

📋 copy color: '#14BE6D'

red 20 ◦ green 190 ◦ blue 109

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

Shades of Mountain Meadow #14BE6D

Tints of Mountain Meadow #14BE6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 34.17%

R = 6.27%
G = 59.56%
B = 34.17%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#14BE6D (or 0x14BE6D) is known color: Mountain Meadow. HEX triplet: 14, BE and 6D. RGB value is (20,190,109). Sum of RGB (Red+Green+Blue) = 20+190+109=319 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.27% from 319); Green value is 190 (74.61% from 255 or 59.56% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 190 - color contains mainly: green. Hex color #14BE6D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14BE6D is #EB4192. Grayscale: #828282. Windows color (decimal): -15417747 or 7192084. OLE color: 7192084.

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

Color convert

RGB 20 190 109 -
CMYK 0.89 0 0.43 0.25
HSL 151.41º 0.81% 0.41% -
HSV(B) 151.41º 0.89% 0.75% -
XYZ 21.46 38.08 20.69 -
YUV 129.94 116.18 49.59 -
System Red Green Blue C M Y K H S L
Decimal 20 190 109 0.89 0 0.43 0.25 151.41 0.81 0.41
Hex 14 BE 6D 59 0 2B 19 97 51 29
Octal 24 276 155 131 0 53 31 227 121 51
Binary 10100 10111110 1101101 1011001 0 101011 11001 10010111 1010001 101001

Color Harmonies of #14BE6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BE6D

Black with #14BE6D

Text Example


Text Example

White with #14BE6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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