Html Css Color HEX #14BB90 Mountain Meadow

📋 copy color: '#14BB90'

red 20 ◦ green 187 ◦ blue 144

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

Shades of Mountain Meadow #14BB90

Tints of Mountain Meadow #14BB90

RGB

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

 GREEN value IS 187 (73.44% from 255) = 53.28%

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

R = 5.7%
G = 53.28%
B = 41.03%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#14BB90 (or 0x14BB90) is known color: Mountain Meadow. HEX triplet: 14, BB and 90. RGB value is (20,187,144). Sum of RGB (Red+Green+Blue) = 20+187+144=351 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.70% from 351); Green value is 187 (73.44% from 255 or 53.28% from 351); Blue value is 144 (56.64% from 255 or 41.03% from 351); Max value from RGB is 187 - color contains mainly: green. Hex color #14BB90 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14BB90 is #EB446F. Grayscale: #848484. Windows color (decimal): -15418480 or 9485076. OLE color: 9485076.

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

Color convert

RGB 20 187 144 -
CMYK 0.89 0 0.23 0.27
HSL 164.55º 0.81% 0.41% -
HSV(B) 164.55º 0.89% 0.73% -
XYZ 23.09 37.7 32.45 -
YUV 132.17 134.67 48 -
System Red Green Blue C M Y K H S L
Decimal 20 187 144 0.89 0 0.23 0.27 164.55 0.81 0.41
Hex 14 BB 90 59 0 17 1B A5 51 29
Octal 24 273 220 131 0 27 33 245 121 51
Binary 10100 10111011 10010000 1011001 0 10111 11011 10100101 1010001 101001

Color Harmonies of #14BB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BB90

Black with #14BB90

Text Example


Text Example

White with #14BB90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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