#14F2B7

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

Shades of Medium Spring Green #14F2B7

Tints of Medium Spring Green #14F2B7

Color information

#14F2B7 (or 0x14F2B7) is unknown color: approx Medium Spring Green. HEX triplet: 14, F2 and B7. RGB value is (20,242,183). Sum of RGB (Red+Green+Blue) = 20+242+183=445 (58% of max value = 765). Red value is 20 (8.20% from 255 or 4.49% from 445); Green value is 242 (94.92% from 255 or 54.38% from 445); Blue value is 183 (71.88% from 255 or 41.12% from 445); Max value from RGB is 242 - color contains mainly: green. Hex color #14F2B7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14F2B7 is #EB0D48. Grayscale: #A8A8A8. Windows color (decimal): -15404361 or 12055060. OLE color: 12055060.

HSL color Cylindrical-coordinate representation of color #14F2B7: hue angle of 164.05º 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 #14F2B7 is Cyan = 0.92, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB20242183-
CMYK0.9200.240.05
HSL164.05º89.52%51.37%-
HSV(B)164.05º91.74%94.9%-
XYZ40.5967.0755.61-
YUV168.9135.9521.8-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.49%
GREEN value IS 242 (94.92% from 255) = 54.38%
BLUE value IS 183 (71.88% from 255) = 41.12%
R=4.49%
G=54.38%
B=41.12%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal202421830.9200.240.05164.0589.5251.37
Hex14F2B75C0185a45a33
Octal24362267134030524413263
Binary1010011110010101101111011100011000101101001001011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14F2B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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