Html Css Color HEX #14BC94 Mountain Meadow

📋 copy color: '#14BC94'

red 20 ◦ green 188 ◦ blue 148

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

Shades of Mountain Meadow #14BC94

Tints of Mountain Meadow #14BC94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 41.57%

R = 5.62%
G = 52.81%
B = 41.57%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#14BC94 (or 0x14BC94) is known color: Mountain Meadow. HEX triplet: 14, BC and 94. RGB value is (20,188,148). Sum of RGB (Red+Green+Blue) = 20+188+148=356 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.62% from 356); Green value is 188 (73.83% from 255 or 52.81% from 356); Blue value is 148 (58.20% from 255 or 41.57% from 356); Max value from RGB is 188 - color contains mainly: green. Hex color #14BC94 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14BC94 is #EB436B. Grayscale: #858585. Windows color (decimal): -15418220 or 9747476. OLE color: 9747476.

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

Color convert

RGB 20 188 148 -
CMYK 0.89 0 0.21 0.26
HSL 165.71º 0.81% 0.41% -
HSV(B) 165.71º 0.89% 0.74% -
XYZ 23.62 38.25 34.16 -
YUV 133.21 136.34 47.25 -
System Red Green Blue C M Y K H S L
Decimal 20 188 148 0.89 0 0.21 0.26 165.71 0.81 0.41
Hex 14 BC 94 59 0 15 1A A6 51 29
Octal 24 274 224 131 0 25 32 246 121 51
Binary 10100 10111100 10010100 1011001 0 10101 11010 10100110 1010001 101001

Color Harmonies of #14BC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BC94

Black with #14BC94

Text Example


Text Example

White with #14BC94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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