Html Css Color HEX #14BB82 Mountain Meadow

📋 copy color: '#14BB82'

red 20 ◦ green 187 ◦ blue 130

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

Shades of Mountain Meadow #14BB82

Tints of Mountain Meadow #14BB82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 38.58%

R = 5.93%
G = 55.49%
B = 38.58%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#14BB82 (or 0x14BB82) is known color: Mountain Meadow. HEX triplet: 14, BB and 82. RGB value is (20,187,130). Sum of RGB (Red+Green+Blue) = 20+187+130=337 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.93% from 337); Green value is 187 (73.44% from 255 or 55.49% from 337); Blue value is 130 (51.17% from 255 or 38.58% from 337); Max value from RGB is 187 - color contains mainly: green. Hex color #14BB82 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14BB82 is #EB447D. Grayscale: #828282. Windows color (decimal): -15418494 or 8567572. OLE color: 8567572.

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

Color convert

RGB 20 187 130 -
CMYK 0.89 0 0.30 0.27
HSL 159.52º 0.81% 0.41% -
HSV(B) 159.52º 0.89% 0.73% -
XYZ 22.09 37.3 27.15 -
YUV 130.57 127.67 49.13 -
System Red Green Blue C M Y K H S L
Decimal 20 187 130 0.89 0 0.30 0.27 159.52 0.81 0.41
Hex 14 BB 82 59 0 1E 1B A0 51 29
Octal 24 273 202 131 0 36 33 240 121 51
Binary 10100 10111011 10000010 1011001 0 11110 11011 10100000 1010001 101001

Color Harmonies of #14BB82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BB82

Black with #14BB82

Text Example


Text Example

White with #14BB82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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