Html Css Color HEX #14FF94 Medium Spring Green

📋 copy color: '#14FF94'

red 20 ◦ green 255 ◦ blue 148

#14FF94
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Spring Green #14FF94

Tints of Medium Spring Green #14FF94

RGB

 RED value IS 20 (8.2% from 255) = 4.73%

 GREEN value IS 255 (100% from 255) = 60.28%

 BLUE value IS 148 (58.2% from 255) = 34.99%

R = 4.73%
G = 60.28%
B = 34.99%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#14FF94 (or 0x14FF94) is known color: 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

RGB 20 255 148 -
CMYK 0.92 0 0.42 0
HSL 152.68º 1% 0.54% -
HSV(B) 152.68º 0.92% 1% -
XYZ 41.39 73.81 40.08 -
YUV 172.54 114.14 19.2 -
System Red Green Blue C M Y K H S L
Decimal 20 255 148 0.92 0 0.42 0 152.68 1 0.54
Hex 14 FF 94 5C 0 2A 0 99 64 36
Octal 24 377 224 134 0 52 0 231 144 66
Binary 10100 11111111 10010100 1011100 0 101010 0 10011001 1100100 110110

Color Harmonies of #14FF94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14FF94

Black with #14FF94

Text Example


Text Example

White with #14FF94

Text Example


Text Example

HTML Codes & Css Web 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>