#14FF94

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

Shades of Medium Spring Green #14FF94

Tints of Medium Spring Green #14FF94

Color information

#14FF94 (or 0x14FF94) is unknown color: approx Medium Spring Green. HEX triplet: 14, FF and 94. RGB value is (20,255,148). Sum of RGB (Red+Green+Blue) = 20+255+148=423 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.73% from 423); Green value is 255 (100% from 255 or 60.28% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 255 - color contains mainly: green. Hex color #14FF94 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14FF94 is #EB006B. Grayscale: #ACACAC. Windows color (decimal): -15401068 or 9764628. OLE color: 9764628.

HSL color Cylindrical-coordinate representation of color #14FF94: hue angle of 152.68º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14FF94 is Cyan = 0.92, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.

Color convert

RGB20255148-
CMYK0.9200.420
HSL152.68º100%53.92%-
HSV(B)152.68º92.16%100%-
XYZ41.3973.8140.08-
YUV172.54114.1419.2-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.73%
GREEN value IS 255 (100% from 255) = 60.28%
BLUE value IS 148 (58.20% from 255) = 34.99%
R=4.73%
G=60.28%
B=34.99%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal202551480.9200.420152.6810053.92
Hex14FF945C02A0996436
Octal24377224134052023114466
Binary101001111111110010100101110001010100100110011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14FF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,255,148); }

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

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

 a { background-color: rgb(20,255,148); }

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

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

 span { border-color: rgb(20,255,148); }

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