Html Css Color HEX #14BC91 Mountain Meadow

📋 copy color: '#14BC91'

red 20 ◦ green 188 ◦ blue 145

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

Shades of Mountain Meadow #14BC91

Tints of Mountain Meadow #14BC91

RGB

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

 GREEN value IS 188 (73.83% from 255) = 53.26%

 BLUE value IS 145 (57.03% from 255) = 41.08%

R = 5.67%
G = 53.26%
B = 41.08%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#14BC91 (or 0x14BC91) is known color: Mountain Meadow. HEX triplet: 14, BC and 91. RGB value is (20,188,145). Sum of RGB (Red+Green+Blue) = 20+188+145=353 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.67% from 353); Green value is 188 (73.83% from 255 or 53.26% from 353); Blue value is 145 (57.03% from 255 or 41.08% from 353); Max value from RGB is 188 - color contains mainly: green. Hex color #14BC91 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14BC91 is #EB436E. Grayscale: #848484. Windows color (decimal): -15418223 or 9550868. OLE color: 9550868.

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

Color convert

RGB 20 188 145 -
CMYK 0.89 0 0.23 0.26
HSL 164.64º 0.81% 0.41% -
HSV(B) 164.64º 0.89% 0.74% -
XYZ 23.38 38.16 32.92 -
YUV 132.87 134.84 47.5 -
System Red Green Blue C M Y K H S L
Decimal 20 188 145 0.89 0 0.23 0.26 164.64 0.81 0.41
Hex 14 BC 91 59 0 17 1A A5 51 29
Octal 24 274 221 131 0 27 32 245 121 51
Binary 10100 10111100 10010001 1011001 0 10111 11010 10100101 1010001 101001

Color Harmonies of #14BC91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BC91

Black with #14BC91

Text Example


Text Example

White with #14BC91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,188,145); }

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

background-color css

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

 a { background-color: rgb(20,188,145); }

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

border-color css

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

 span { border-color: rgb(20,188,145); }

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