Html Css Color HEX #14C073 Mountain Meadow

📋 copy color: '#14C073'

red 20 ◦ green 192 ◦ blue 115

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

Shades of Mountain Meadow #14C073

Tints of Mountain Meadow #14C073

RGB

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

 GREEN value IS 192 (75.39% from 255) = 58.72%

 BLUE value IS 115 (45.31% from 255) = 35.17%

R = 6.12%
G = 58.72%
B = 35.17%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#14C073 (or 0x14C073) is known color: Mountain Meadow. HEX triplet: 14, C0 and 73. RGB value is (20,192,115). Sum of RGB (Red+Green+Blue) = 20+192+115=327 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.12% from 327); Green value is 192 (75.39% from 255 or 58.72% from 327); Blue value is 115 (45.31% from 255 or 35.17% from 327); Max value from RGB is 192 - color contains mainly: green. Hex color #14C073 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C073 is #EB3F8C. Grayscale: #838383. Windows color (decimal): -15417229 or 7585812. OLE color: 7585812.

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

Color convert

RGB 20 192 115 -
CMYK 0.90 0 0.40 0.25
HSL 153.14º 0.81% 0.42% -
HSV(B) 153.14º 0.9% 0.75% -
XYZ 22.23 39.09 22.59 -
YUV 131.79 118.52 48.26 -
System Red Green Blue C M Y K H S L
Decimal 20 192 115 0.90 0 0.40 0.25 153.14 0.81 0.42
Hex 14 C0 73 5A 0 28 19 99 51 2A
Octal 24 300 163 132 0 50 31 231 121 52
Binary 10100 11000000 1110011 1011010 0 101000 11001 10011001 1010001 101010

Color Harmonies of #14C073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C073

Black with #14C073

Text Example


Text Example

White with #14C073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,192,115); }

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

background-color css

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

 a { background-color: rgb(20,192,115); }

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

border-color css

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

 span { border-color: rgb(20,192,115); }

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