#14CE7E

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

Shades of Mountain Meadow #14CE7E

Tints of Mountain Meadow #14CE7E

Color information

#14CE7E (or 0x14CE7E) is unknown color: approx Mountain Meadow. HEX triplet: 14, CE and 7E. RGB value is (20,206,126). Sum of RGB (Red+Green+Blue) = 20+206+126=352 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.68% from 352); Green value is 206 (80.86% from 255 or 58.52% from 352); Blue value is 126 (49.61% from 255 or 35.80% from 352); Max value from RGB is 206 - color contains mainly: green. Hex color #14CE7E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14CE7E is #EB3181. Grayscale: #8D8D8D. Windows color (decimal): -15413634 or 8310292. OLE color: 8310292.

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

Color convert

RGB20206126-
CMYK0.9000.390.19
HSL154.19º82.3%44.31%-
HSV(B)154.19º90.29%80.78%-
XYZ26.1345.827.2-
YUV141.27119.3841.5-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.68%
GREEN value IS 206 (80.86% from 255) = 58.52%
BLUE value IS 126 (49.61% from 255) = 35.80%
R=5.68%
G=58.52%
B=35.80%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal202061260.9000.390.19154.1982.344.31
Hex14CE7E5A027139a522c
Octal243161761320472323212254
Binary101001100111011111101011010010011110011100110101010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14CE7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,206,126); }

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

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

 a { background-color: rgb(20,206,126); }

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

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

 span { border-color: rgb(20,206,126); }

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