#14CD86

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

Shades of Mountain Meadow #14CD86

Tints of Mountain Meadow #14CD86

Color information

#14CD86 (or 0x14CD86) is unknown color: approx Mountain Meadow. HEX triplet: 14, CD and 86. RGB value is (20,205,134). Sum of RGB (Red+Green+Blue) = 20+205+134=359 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.57% from 359); Green value is 205 (80.47% from 255 or 57.10% from 359); Blue value is 134 (52.73% from 255 or 37.33% from 359); Max value from RGB is 205 - color contains mainly: green. Hex color #14CD86 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14CD86 is #EB3279. Grayscale: #8D8D8D. Windows color (decimal): -15413882 or 8834324. OLE color: 8834324.

HSL color Cylindrical-coordinate representation of color #14CD86: hue angle of 156.97º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CD86 is Cyan = 0.90, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB20205134-
CMYK0.9000.350.20
HSL156.97º82.22%44.12%-
HSV(B)156.97º90.24%80.39%-
XYZ26.4245.5329.95-
YUV141.59123.7141.27-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.57%
GREEN value IS 205 (80.47% from 255) = 57.10%
BLUE value IS 134 (52.73% from 255) = 37.33%
R=5.57%
G=57.10%
B=37.33%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal202051340.9000.350.20156.9782.2244.12
Hex14CD865A023149d522c
Octal243152061320432423512254
Binary1010011001101100001101011010010001110100100111011010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14CD86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,205,134); }

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

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

 a { background-color: rgb(20,205,134); }

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

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

 span { border-color: rgb(20,205,134); }

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