Html Css Color HEX #14BB81 Mountain Meadow

📋 copy color: '#14BB81'

red 20 ◦ green 187 ◦ blue 129

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

Shades of Mountain Meadow #14BB81

Tints of Mountain Meadow #14BB81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 38.39%

R = 5.95%
G = 55.65%
B = 38.39%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#14BB81 (or 0x14BB81) is known color: Mountain Meadow. HEX triplet: 14, BB and 81. RGB value is (20,187,129). Sum of RGB (Red+Green+Blue) = 20+187+129=336 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.95% from 336); Green value is 187 (73.44% from 255 or 55.65% from 336); Blue value is 129 (50.78% from 255 or 38.39% from 336); Max value from RGB is 187 - color contains mainly: green. Hex color #14BB81 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14BB81 is #EB447E. Grayscale: #828282. Windows color (decimal): -15418495 or 8502036. OLE color: 8502036.

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

Color convert

RGB 20 187 129 -
CMYK 0.89 0 0.31 0.27
HSL 159.16º 0.81% 0.41% -
HSV(B) 159.16º 0.89% 0.73% -
XYZ 22.02 37.27 26.8 -
YUV 130.46 127.17 49.22 -
System Red Green Blue C M Y K H S L
Decimal 20 187 129 0.89 0 0.31 0.27 159.16 0.81 0.41
Hex 14 BB 81 59 0 1F 1B 9F 51 29
Octal 24 273 201 131 0 37 33 237 121 51
Binary 10100 10111011 10000001 1011001 0 11111 11011 10011111 1010001 101001

Color Harmonies of #14BB81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BB81

Black with #14BB81

Text Example


Text Example

White with #14BB81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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