#14C185

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

Shades of Mountain Meadow #14C185

Tints of Mountain Meadow #14C185

Color information

#14C185 (or 0x14C185) is unknown color: approx Mountain Meadow. HEX triplet: 14, C1 and 85. RGB value is (20,193,133). Sum of RGB (Red+Green+Blue) = 20+193+133=346 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.78% from 346); Green value is 193 (75.78% from 255 or 55.78% from 346); Blue value is 133 (52.34% from 255 or 38.44% from 346); Max value from RGB is 193 - color contains mainly: green. Hex color #14C185 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14C185 is #EB3E7A. Grayscale: #868686. Windows color (decimal): -15416955 or 8765716. OLE color: 8765716.

HSL color Cylindrical-coordinate representation of color #14C185: hue angle of 159.19º 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 #14C185 is Cyan = 0.90, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB20193133-
CMYK0.9000.310.24
HSL159.19º81.22%41.76%-
HSV(B)159.19º89.64%75.69%-
XYZ23.5939.9828.66-
YUV134.43127.1946.38-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.78%
GREEN value IS 193 (75.78% from 255) = 55.78%
BLUE value IS 133 (52.34% from 255) = 38.44%
R=5.78%
G=55.78%
B=38.44%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal201931330.9000.310.24159.1981.2241.76
Hex14C1855A01F189f512a
Octal243012051320373023712152
Binary101001100000110000101101101001111111000100111111010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14C185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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