Html Css Color HEX #14BB85 Mountain Meadow

📋 copy color: '#14BB85'

red 20 ◦ green 187 ◦ blue 133

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

Shades of Mountain Meadow #14BB85

Tints of Mountain Meadow #14BB85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 39.12%

R = 5.88%
G = 55%
B = 39.12%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#14BB85 (or 0x14BB85) is known color: Mountain Meadow. HEX triplet: 14, BB and 85. RGB value is (20,187,133). Sum of RGB (Red+Green+Blue) = 20+187+133=340 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.88% from 340); Green value is 187 (73.44% from 255 or 55% from 340); Blue value is 133 (52.34% from 255 or 39.12% from 340); Max value from RGB is 187 - color contains mainly: green. Hex color #14BB85 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14BB85 is #EB447A. Grayscale: #828282. Windows color (decimal): -15418491 or 8764180. OLE color: 8764180.

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

Color convert

RGB 20 187 133 -
CMYK 0.89 0 0.29 0.27
HSL 160.6º 0.81% 0.41% -
HSV(B) 160.6º 0.89% 0.73% -
XYZ 22.29 37.38 28.23 -
YUV 130.91 129.17 48.89 -
System Red Green Blue C M Y K H S L
Decimal 20 187 133 0.89 0 0.29 0.27 160.6 0.81 0.41
Hex 14 BB 85 59 0 1D 1B A1 51 29
Octal 24 273 205 131 0 35 33 241 121 51
Binary 10100 10111011 10000101 1011001 0 11101 11011 10100001 1010001 101001

Color Harmonies of #14BB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BB85

Black with #14BB85

Text Example


Text Example

White with #14BB85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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