Html Css Color HEX #14BB71 Mountain Meadow

📋 copy color: '#14BB71'

red 20 ◦ green 187 ◦ blue 113

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

Shades of Mountain Meadow #14BB71

Tints of Mountain Meadow #14BB71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 35.31%

R = 6.25%
G = 58.44%
B = 35.31%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#14BB71 (or 0x14BB71) is known color: Mountain Meadow. HEX triplet: 14, BB and 71. RGB value is (20,187,113). Sum of RGB (Red+Green+Blue) = 20+187+113=320 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.25% from 320); Green value is 187 (73.44% from 255 or 58.44% from 320); Blue value is 113 (44.53% from 255 or 35.31% from 320); Max value from RGB is 187 - color contains mainly: green. Hex color #14BB71 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14BB71 is #EB448E. Grayscale: #808080. Windows color (decimal): -15418511 or 7453460. OLE color: 7453460.

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

Color convert

RGB 20 187 113 -
CMYK 0.89 0 0.40 0.27
HSL 153.41º 0.81% 0.41% -
HSV(B) 153.41º 0.89% 0.73% -
XYZ 21.04 36.88 21.63 -
YUV 128.63 119.17 50.52 -
System Red Green Blue C M Y K H S L
Decimal 20 187 113 0.89 0 0.40 0.27 153.41 0.81 0.41
Hex 14 BB 71 59 0 28 1B 99 51 29
Octal 24 273 161 131 0 50 33 231 121 51
Binary 10100 10111011 1110001 1011001 0 101000 11011 10011001 1010001 101001

Color Harmonies of #14BB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BB71

Black with #14BB71

Text Example


Text Example

White with #14BB71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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