Html Css Color HEX #14C172 Mountain Meadow

📋 copy color: '#14C172'

red 20 ◦ green 193 ◦ blue 114

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

Shades of Mountain Meadow #14C172

Tints of Mountain Meadow #14C172

RGB

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

 GREEN value IS 193 (75.78% from 255) = 59.02%

 BLUE value IS 114 (44.92% from 255) = 34.86%

R = 6.12%
G = 59.02%
B = 34.86%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#14C172 (or 0x14C172) is known color: Mountain Meadow. HEX triplet: 14, C1 and 72. RGB value is (20,193,114). Sum of RGB (Red+Green+Blue) = 20+193+114=327 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.12% from 327); Green value is 193 (75.78% from 255 or 59.02% from 327); Blue value is 114 (44.92% from 255 or 34.86% from 327); Max value from RGB is 193 - color contains mainly: green. Hex color #14C172 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C172 is #EB3E8D. Grayscale: #848484. Windows color (decimal): -15416974 or 7520532. OLE color: 7520532.

HSL color Cylindrical-coordinate representation of color #14C172: hue angle of 152.6º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C172 is Cyan = 0.90, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 20 193 114 -
CMYK 0.90 0 0.41 0.24
HSL 152.6º 0.81% 0.42% -
HSV(B) 152.6º 0.9% 0.76% -
XYZ 22.4 39.5 22.36 -
YUV 132.27 117.69 47.92 -
System Red Green Blue C M Y K H S L
Decimal 20 193 114 0.90 0 0.41 0.24 152.6 0.81 0.42
Hex 14 C1 72 5A 0 29 18 99 51 2A
Octal 24 301 162 132 0 51 30 231 121 52
Binary 10100 11000001 1110010 1011010 0 101001 11000 10011001 1010001 101010

Color Harmonies of #14C172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C172

Black with #14C172

Text Example


Text Example

White with #14C172

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,193,114); }

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

background-color css

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

 a { background-color: rgb(20,193,114); }

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

border-color css

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

 span { border-color: rgb(20,193,114); }

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