Html Css Color HEX #14BC75 Mountain Meadow

📋 copy color: '#14BC75'

red 20 ◦ green 188 ◦ blue 117

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

Shades of Mountain Meadow #14BC75

Tints of Mountain Meadow #14BC75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 36%

R = 6.15%
G = 57.85%
B = 36%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#14BC75 (or 0x14BC75) is known color: Mountain Meadow. HEX triplet: 14, BC and 75. RGB value is (20,188,117). Sum of RGB (Red+Green+Blue) = 20+188+117=325 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.15% from 325); Green value is 188 (73.83% from 255 or 57.85% from 325); Blue value is 117 (46.09% from 255 or 36% from 325); Max value from RGB is 188 - color contains mainly: green. Hex color #14BC75 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14BC75 is #EB438A. Grayscale: #818181. Windows color (decimal): -15418251 or 7715860. OLE color: 7715860.

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

Color convert

RGB 20 188 117 -
CMYK 0.89 0 0.38 0.26
HSL 154.64º 0.81% 0.41% -
HSV(B) 154.64º 0.89% 0.74% -
XYZ 21.48 37.4 22.92 -
YUV 129.67 120.84 49.77 -
System Red Green Blue C M Y K H S L
Decimal 20 188 117 0.89 0 0.38 0.26 154.64 0.81 0.41
Hex 14 BC 75 59 0 26 1A 9B 51 29
Octal 24 274 165 131 0 46 32 233 121 51
Binary 10100 10111100 1110101 1011001 0 100110 11010 10011011 1010001 101001

Color Harmonies of #14BC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BC75

Black with #14BC75

Text Example


Text Example

White with #14BC75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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