#14F299

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

Shades of Medium Spring Green #14F299

Tints of Medium Spring Green #14F299

Color information

#14F299 (or 0x14F299) is unknown color: approx Medium Spring Green. HEX triplet: 14, F2 and 99. RGB value is (20,242,153). Sum of RGB (Red+Green+Blue) = 20+242+153=415 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.82% from 415); Green value is 242 (94.92% from 255 or 58.31% from 415); Blue value is 153 (60.16% from 255 or 36.87% from 415); Max value from RGB is 242 - color contains mainly: green. Hex color #14F299 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14F299 is #EB0D66. Grayscale: #A5A5A5. Windows color (decimal): -15404391 or 10088980. OLE color: 10088980.

HSL color Cylindrical-coordinate representation of color #14F299: hue angle of 155.95º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F299 is Cyan = 0.92, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB20242153-
CMYK0.9200.370.05
HSL155.95º89.52%51.37%-
HSV(B)155.95º91.74%94.9%-
XYZ37.7965.9540.88-
YUV165.48120.9524.24-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.82%
GREEN value IS 242 (94.92% from 255) = 58.31%
BLUE value IS 153 (60.16% from 255) = 36.87%
R=4.82%
G=58.31%
B=36.87%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal202421530.9200.370.05155.9589.5251.37
Hex14F2995C02559c5a33
Octal24362231134045523413263
Binary10100111100101001100110111000100101101100111001011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14F299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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