#14C491

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

Shades of Mountain Meadow #14C491

Tints of Mountain Meadow #14C491

Color information

#14C491 (or 0x14C491) is unknown color: approx Mountain Meadow. HEX triplet: 14, C4 and 91. RGB value is (20,196,145). Sum of RGB (Red+Green+Blue) = 20+196+145=361 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.54% from 361); Green value is 196 (76.95% from 255 or 54.29% from 361); Blue value is 145 (57.03% from 255 or 40.17% from 361); Max value from RGB is 196 - color contains mainly: green. Hex color #14C491 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14C491 is #EB3B6E. Grayscale: #898989. Windows color (decimal): -15416175 or 9552916. OLE color: 9552916.

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

Color convert

RGB20196145-
CMYK0.9000.260.23
HSL162.61º81.48%42.35%-
HSV(B)162.61º89.8%76.86%-
XYZ25.1441.6733.51-
YUV137.56132.1944.15-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.54%
GREEN value IS 196 (76.95% from 255) = 54.29%
BLUE value IS 145 (57.03% from 255) = 40.17%
R=5.54%
G=54.29%
B=40.17%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal201961450.9000.260.23162.6181.4842.35
Hex14C4915A01A17a3512a
Octal243042211320322724312152
Binary101001100010010010001101101001101010111101000111010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14C491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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