#14CD87

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

Shades of Mountain Meadow #14CD87

Tints of Mountain Meadow #14CD87

Color information

#14CD87 (or 0x14CD87) is unknown color: approx Mountain Meadow. HEX triplet: 14, CD and 87. RGB value is (20,205,135). Sum of RGB (Red+Green+Blue) = 20+205+135=360 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.56% from 360); Green value is 205 (80.47% from 255 or 56.94% from 360); Blue value is 135 (53.12% from 255 or 37.5% from 360); Max value from RGB is 205 - color contains mainly: green. Hex color #14CD87 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14CD87 is #EB3278. Grayscale: #8D8D8D. Windows color (decimal): -15413881 or 8899860. OLE color: 8899860.

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

Color convert

RGB20205135-
CMYK0.9000.340.20
HSL157.3º82.22%44.12%-
HSV(B)157.3º90.24%80.39%-
XYZ26.4945.5630.32-
YUV141.7124.2141.19-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.56%
GREEN value IS 205 (80.47% from 255) = 56.94%
BLUE value IS 135 (53.12% from 255) = 37.5%
R=5.56%
G=56.94%
B=37.5%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal202051350.9000.340.20157.382.2244.12
Hex14CD875A022149d522c
Octal243152071320422423512254
Binary1010011001101100001111011010010001010100100111011010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14CD87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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