#14C475

Color #14C475 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #14C475

Tints of Mountain Meadow #14C475

Color information

#14C475 (or 0x14C475) is unknown color: approx Mountain Meadow. HEX triplet: 14, C4 and 75. RGB value is (20,196,117). Sum of RGB (Red+Green+Blue) = 20+196+117=333 (44% of max value = 765). Red value is 20 (8.20% from 255 or 6.01% from 333); Green value is 196 (76.95% from 255 or 58.86% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 196 - color contains mainly: green. Hex color #14C475 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C475 is #EB3B8A. Grayscale: #868686. Windows color (decimal): -15416203 or 7717908. OLE color: 7717908.

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

Color convert

RGB20196117-
CMYK0.9000.400.23
HSL153.07º81.48%42.35%-
HSV(B)153.07º89.8%76.86%-
XYZ23.2440.9123.5-
YUV134.37118.1946.42-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.01%
GREEN value IS 196 (76.95% from 255) = 58.86%
BLUE value IS 117 (46.09% from 255) = 35.14%
R=6.01%
G=58.86%
B=35.14%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal201961170.9000.400.23153.0781.4842.35
Hex14C4755A0281799512a
Octal243041651320502723112152
Binary101001100010011101011011010010100010111100110011010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14C475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #14C475;
 }
 .AnyTagClassName
 {
   color: #14C475;
 }
</style>
background-color css

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

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

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

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

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

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