#14B582

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

Shades of Mountain Meadow #14B582

Tints of Mountain Meadow #14B582

Color information

#14B582 (or 0x14B582) is unknown color: approx Mountain Meadow. HEX triplet: 14, B5 and 82. RGB value is (20,181,130). Sum of RGB (Red+Green+Blue) = 20+181+130=331 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.04% from 331); Green value is 181 (71.09% from 255 or 54.68% from 331); Blue value is 130 (51.17% from 255 or 39.27% from 331); Max value from RGB is 181 - color contains mainly: green. Hex color #14B582 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14B582 is #EB4A7D. Grayscale: #7F7F7F. Windows color (decimal): -15420030 or 8566036. OLE color: 8566036.

HSL color Cylindrical-coordinate representation of color #14B582: hue angle of 160.99º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B582 is Cyan = 0.89, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB20181130-
CMYK0.8900.280.29
HSL160.99º80.1%39.41%-
HSV(B)160.99º88.95%70.98%-
XYZ20.8434.8126.74-
YUV127.05129.6651.65-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.04%
GREEN value IS 181 (71.09% from 255) = 54.68%
BLUE value IS 130 (51.17% from 255) = 39.27%
R=6.04%
G=54.68%
B=39.27%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal201811300.8900.280.29160.9980.139.41
Hex14B5825901C1Da15027
Octal242652021310343524112047
Binary101001011010110000010101100101110011101101000011010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14B582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,181,130); }

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

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

 a { background-color: rgb(20,181,130); }

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

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

 span { border-color: rgb(20,181,130); }

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