Html Css Color HEX #14BC90 Mountain Meadow

📋 copy color: '#14BC90'

red 20 ◦ green 188 ◦ blue 144

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

Shades of Mountain Meadow #14BC90

Tints of Mountain Meadow #14BC90

RGB

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

 GREEN value IS 188 (73.83% from 255) = 53.41%

 BLUE value IS 144 (56.64% from 255) = 40.91%

R = 5.68%
G = 53.41%
B = 40.91%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#14BC90 (or 0x14BC90) is known color: Mountain Meadow. HEX triplet: 14, BC and 90. RGB value is (20,188,144). Sum of RGB (Red+Green+Blue) = 20+188+144=352 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.68% from 352); Green value is 188 (73.83% from 255 or 53.41% from 352); Blue value is 144 (56.64% from 255 or 40.91% from 352); Max value from RGB is 188 - color contains mainly: green. Hex color #14BC90 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14BC90 is #EB436F. Grayscale: #848484. Windows color (decimal): -15418224 or 9485332. OLE color: 9485332.

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

Color convert

RGB 20 188 144 -
CMYK 0.89 0 0.23 0.26
HSL 164.29º 0.81% 0.41% -
HSV(B) 164.29º 0.89% 0.74% -
XYZ 23.31 38.13 32.52 -
YUV 132.75 134.34 47.58 -
System Red Green Blue C M Y K H S L
Decimal 20 188 144 0.89 0 0.23 0.26 164.29 0.81 0.41
Hex 14 BC 90 59 0 17 1A A4 51 29
Octal 24 274 220 131 0 27 32 244 121 51
Binary 10100 10111100 10010000 1011001 0 10111 11010 10100100 1010001 101001

Color Harmonies of #14BC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BC90

Black with #14BC90

Text Example


Text Example

White with #14BC90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,188,144); }

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

background-color css

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

 a { background-color: rgb(20,188,144); }

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

border-color css

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

 span { border-color: rgb(20,188,144); }

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