#14F699

Color #14F699 Medium Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Spring Green #14F699

Tints of Medium Spring Green #14F699

Color information

#14F699 (or 0x14F699) is unknown color: approx Medium Spring Green. HEX triplet: 14, F6 and 99. RGB value is (20,246,153). Sum of RGB (Red+Green+Blue) = 20+246+153=419 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.77% from 419); Green value is 246 (96.48% from 255 or 58.71% from 419); Blue value is 153 (60.16% from 255 or 36.52% from 419); Max value from RGB is 246 - color contains mainly: green. Hex color #14F699 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14F699 is #EB0966. Grayscale: #A7A7A7. Windows color (decimal): -15403367 or 10090004. OLE color: 10090004.

HSL color Cylindrical-coordinate representation of color #14F699: hue angle of 155.31º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F699 is Cyan = 0.92, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB20246153-
CMYK0.9200.380.04
HSL155.31º92.62%52.16%-
HSV(B)155.31º91.87%96.47%-
XYZ38.9968.3641.28-
YUV167.82119.6322.56-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.77%
GREEN value IS 246 (96.48% from 255) = 58.71%
BLUE value IS 153 (60.16% from 255) = 36.52%
R=4.77%
G=58.71%
B=36.52%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal202461530.9200.380.04155.3192.6252.16
Hex14F6995C02649b5d34
Octal24366231134046423313564
Binary10100111101101001100110111000100110100100110111011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14F699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,246,153); }

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

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

 a { background-color: rgb(20,246,153); }

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

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

 span { border-color: rgb(20,246,153); }

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